Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4504 for data/trunk/scripts


Ignore:
Timestamp:
Jan 24, 2007, 6:51:34 PM (18 years ago)
Author:
snellen
Message:

added switchtotower.lua

Location:
data/trunk/scripts/spacestation
Files:
1 added
1 edited

Legend:

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

    r4468 r4504  
    1111
    1212-- Add Objects
    13 thisscript:addObject("GameWorld", "Spaceship_Tower")
     13thisscript:addObjectAsName("GameWorld", "Space Station 1", "spacestationtower")
    1414
    1515function tick(timestep)
    1616
    17 if Spaceship_Tower:setNextStoryName( "Ambush_at_Uranus" ) then
    18 Spaceship_Tower:stop()
     17if spacestationtower:setNextStoryName( "Space Station 1B" ) then
     18spacestationtower:stop()
    1919end
    2020return true
Note: See TracChangeset for help on using the changeset viewer.