getVariable – Talk
Jump to navigation
Jump to search
Only way I found to see if variable had even been assigned:
if (format ["%1", _obj getVariable "myVar"] == "<NULL>") then { // initialize it };
--Doolittle 06:14, 11 January 2008 (CET)