Changeset 4504 for data/trunk/scripts
- Timestamp:
- Jan 24, 2007, 6:51:34 PM (18 years ago)
- Location:
- data/trunk/scripts/spacestation
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/scripts/spacestation/switchtohangar.lua
r4468 r4504 11 11 12 12 -- Add Objects 13 thisscript:addObject ("GameWorld", "Spaceship_Tower")13 thisscript:addObjectAsName("GameWorld", "Space Station 1", "spacestationtower") 14 14 15 15 function tick(timestep) 16 16 17 if Spaceship_Tower:setNextStoryName( "Ambush_at_Uranus" ) then18 Spaceship_Tower:stop()17 if spacestationtower:setNextStoryName( "Space Station 1B" ) then 18 spacestationtower:stop() 19 19 end 20 20 return true
Note: See TracChangeset
for help on using the changeset viewer.