The GetLocalInt() NWScript command returns the value of a local variable when that value is an integer.
It returns zero (0) on any error condition, such as if the specified local variable was never set, if it was set as something other than an integer, or if an invalid object is provided.
Definition
int GetLocalInt (object oObject, string sVarName)