Editors Note: Unsure return
Functions Documentation
View Function Edit Function
Name objSuspend
Syntax (objSuspend obj)
Argument List obj: the spaceobject to be suspended
Returns Unsure
Category spaceobject
Description Used to remove spaceobjects from a system to be returned later on with the objResume function.
Example Taken from &stBattleArena;
(block Nil
(objMoveTo aObjDocked gSource)
(shpCancelOrders aObjDocked)
(objSuspend aObjDocked)
)
Comment Cannot be a station or a wreck to be suspended.