|
Introduction
Installation
Configuring Objects
Spacecalls
Events
Coordinates
Tips & Tricks
|
| Portable Space Engine | Builder's Guide |
Please send comments to Mark Cooke <mpc@star.sr.bham.ac.uk> or vspace@geocities.com
Spacecalls: Damage Control Console Calls |
| Spacecall | Return Value | Object | Ship |
| dmg_repair(Integer team, String system) | | | X |
| This command assigns the specified damage control team to the given system. The
assignment, or error string is returned to the consoles or enactor as
appropriate. |
| dmg_system_status() | | | X |
| This command sends the current damage control status to consoles having the
damage control flag set. It shows a list of damaged systems, and their current
state of repair. |
| dmg_team_status() | | | X |
| This command sends the current damage control team status to consoles having
the damage control flag set. It shows a list of damage control teams, and
their current task. |
|