Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/single_player_map/scripts/thestranger.lua @ 3905

Last change on this file since 3905 was 3905, checked in by snellen, 18 years ago

added script to move thestranger, added scripttrigger

File size: 165 bytes
Line 
1called = false
2
3function tick(timestep)
4
5if not called then
6io.write("thestranger.lua called \n")
7thestranger:walkTo(288,19,208)
8called = true
9end
10
11return false
12end
Note: See TracBrowser for help on using the repository browser.