Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/presentation/scripts/staumanndli.lua @ 4193

Last change on this file since 4193 was 4164, checked in by snellen, 19 years ago

update

File size: 419 bytes
RevLine 
[4080]1-- Get objects from orxonox
[4162]2thisscript:addObject("GenericNPC","staumanndli")
[4080]3thisscript:addObject("FPSPlayer", "Player")
4
[4162]5programRoute = true
6height = -10
[3945]7
[4162]8function tick(timestep)
[3962]9
[4162]10if programRoute then
[4164]11staumanndli:walkTo(579,  373 , -114 )
12staumanndli:walkTo(64,  373,  -197 )
13staumanndli:walkTo(64,  373,  -197 )
[4162]14programRoute = false
[3946]15end
16
[4162]17if floorguy:finalGoalReached() then
18programRoute = true
[4080]19end
20
21
[3951]22return false
[3945]23end
Note: See TracBrowser for help on using the repository browser.