The SetLocalObject() NWScript command stores the provided object on the specified object as a local variable with the given name.
Definition
void SetLocalObject (object oObject, string sVarName,
object oValue)
The SetLocalObject() NWScript command stores the provided object on the specified object as a local variable with the given name.
void SetLocalObject (object oObject, string sVarName,
object oValue)