Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2007, 4:44:14 PM (18 years ago)
Author:
snellen
Message:

levelswitch in spacestation works now in both directions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/scripts/spacestation/switchtohangar.lua

    r4504 r4514  
    33trigger:setScript("switchtohangar.lua")
    44trigger:setFunction("tick")
    5 trigger:setAbsCoor(-5.601662, 35, -1264.822632)
     5trigger:setAbsCoor(-5.601662, 35, -1564.822632)
    66trigger:setTarget("Player")
    7 trigger:setRadius(200)
     7trigger:setRadius(700)
    88trigger:setTriggerRemains(false)
    99trigger:setDebugDraw(true)
     
    1414
    1515function tick(timestep)
    16 
    1716if spacestationtower:setNextStoryName( "Space Station 1B" ) then
    1817spacestationtower:stop()
Note: See TracChangeset for help on using the changeset viewer.