nwn

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)

object oObject
The object on which the local variable will be stored.
string sVarName
The name of the local variable, as a string.
object oValue
The object to be stored.

See also