-- Get objects from orxonox thisscript:addObject("GenericNPC","staumanndli") thisscript:addObject("FPSPlayer", "Player") programRoute = true height = -10 function tick(timestep) if programRoute then staumanndli:walkTo(579, 373 , -114 ) staumanndli:walkTo(64, 373, -197 ) staumanndli:walkTo(64, 373, -197 ) programRoute = false end if floorguy:finalGoalReached() then programRoute = true end return false end