Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/single_player_map/scripts/spaceship.lua @ 4051

Last change on this file since 4051 was 4051, checked in by snellen, 18 years ago

objects get added from within the script

File size: 288 bytes
Line 
1-- Get objects from orxonox
2thisscript:addObject("Claw", "spaceshipclaw")
3thisscript:addObject("RepairStation", "repair")
4thisscript:addObject("FPSPlayer", "Player")
5thisscript:addObject("SpaceShip", "spaceship")
6
7function tick(timestep)
8--io.write("Spaceship called \n")
9return false
10end
Note: See TracBrowser for help on using the repository browser.