source:
data/branches/single_player_map/scripts/thestranger.lua
@
3909
Last change on this file since 3909 was 3905, checked in by snellen, 18 years ago | |
---|---|
File size: 165 bytes |
Line | |
---|---|
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.