Functions Documentation
View Function Edit Function
Name objFixParalysis
Syntax (objFixParalysis obj)
Argument List obj: the spaceobject to paralyze
Returns boolean: true/nil depending upon success
Category spaceobject
Description Is counterpart to objMakeParalyzed.
Example
(objFixParalysis gPlayership)


returns true if playership was paralysed (and removes the paralysis)
Comment