Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 4:25:53 PM (18 years ago)
Author:
snellen
Message:

continued working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/presentation/scripts/guard.lua

    r4100 r4106  
    4949routeOneProgrammed = false
    5050function walkRouteOne(timestep)
    51 
    5251if not routeOneProgrammed then
    5352guard:walkTo( 266.396362, height, 241.398544)
     
    274273end
    275274
    276 if guard:finalGoalReached() then
     275if guard:finalGoalReached() and not guardStopped then
    277276return true
    278277end
    279278
    280279return false
    281 end
    282 
    283 
    284 function waveToSpaceship(timestep)
    285 
    286280end
    287281
Note: See TracChangeset for help on using the changeset viewer.