Functions Documentation
View Function Edit Function
Name objResume
Syntax (objResume obj [gateObj])
Argument List obj: the spaceobject to resume
[gateObj]: the spaceobject that is used as a resume point, such as a gate
Returns unsure
Category spaceobject
Description Counterpart to ObjSuspend.
Example Taken from &stRogueBaseRescue;
; Ship appears out of the CSC
(objResume theShip theCSC)
Comment