nwn

The SetLocalFloat() NWScript command stores the provided floating point number on the specified object as a local variable with the given name.

Definition

void SetLocalFloat (object oObject, string sVarName,
float fValue)

object oObject
The object on which the local variable will be stored.
string sVarName
The name of the local variable, as a string.
float fValue
The floating point value to be stored.

See also