nwn

The GetLocalLocation() NWScript command returns the value of a local variable when that value is a location. It returns an invalid location (the area portion is OBJECT_INVALID) on any error condition, such as if the specified local variable was never set, if it was set as something other than a location, or if an invalid object is provided.

Definition

location GetLocalLocation (object oObject, string sVarName)

object oObject
The object on which the local variable is stored.
string sVarName
The name of the local variable, as a string.

See also