SetPrisoner(object)
Stores the prisoner in a local variable.
void SetPrisoner( object oPrisoner );
Parameters
oPrisoner
The object that represents the prisoner.
Description
Stores oPrisoner in a local variable to be later retrieved by GetPrisoner().
Remarks
This function is of little use for general scripting
needs.
Requirements
#include "nw_j_rescue"
Version
1.22
See Also
functions: | GetPrisoner |
categories: | Module Specific Functions |
author: Tom Cassiotis