source:
data/branches/single_player_map/scripts/thestranger.lua
@
3910
Last change on this file since 3910 was 3905, checked in by snellen, 19 years ago | |
---|---|
File size: 165 bytes |
Rev | Line | |
---|---|---|
[3905] | 1 | called = false |
2 | ||
3 | function tick(timestep) | |
4 | ||
5 | if not called then | |
6 | io.write("thestranger.lua called \n") | |
7 | thestranger:walkTo(288,19,208) | |
8 | called = true | |
9 | end | |
10 | ||
11 | return false | |
12 | end |
Note: See TracBrowser
for help on using the repository browser.