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
|
Rev | Line | |
---|
[4051] | 1 | -- Get objects from orxonox |
---|
| 2 | thisscript:addObject("Claw", "spaceshipclaw") |
---|
| 3 | thisscript:addObject("RepairStation", "repair") |
---|
| 4 | thisscript:addObject("FPSPlayer", "Player") |
---|
| 5 | thisscript:addObject("SpaceShip", "spaceship") |
---|
[3947] | 6 | |
---|
| 7 | function tick(timestep) |
---|
| 8 | --io.write("Spaceship called \n") |
---|
| 9 | return false |
---|
| 10 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.