NWNWiki
Advertisement
NWNWiki
3,718
pages

The SetLocalLocation() NWScript command stores the provided location on the specified object as a local variable with the given name.

Definition[]

void SetLocalLocation (object oObject, string sVarName,
location lValue)

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

See also[]

Advertisement