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/secondguard.lua

    r4080 r4106  
    1212hangarReached = false
    1313guardStopped = false
     14letsgo = false
    1415
    1516height = 90
     
    5253 secondguard:resume()
    5354 guardStopped = false
     55end
     56
     57if dist( playerX,playerY,playerZ,167.361526,29,483.163818 ) < 200 then
     58letsgo = true
    5459end
    5560
     
    187192function goToHangar(timestep)
    188193
    189 if not hangarProgrammed and prisonerReachedLock then
     194if not hangarProgrammed and prisonerReachedLock and letsgo then
    190195secondguard:walkTo( 198.984589, height, 243.144440)
    191196secondguard:walkTo( 188.270493, height, 242.143143)
Note: See TracChangeset for help on using the changeset viewer.