Hey guys just looking for a little help
Im trying to do a check on a variable which on first join is a null response
Ive got some startup code started that checks for that null variable and populates it with a 0
_cR = profileNameSpace getVariable [_pR,[]]; if(isNil {profileNamespace getVariable "_cR"}) then {profileNameSpace setVariable [_pR, 0]};It does its job as tested
I then ran a setVar to place a 1 in it.
ran a hint to verify, then ran the code again, then another hint.
The final result was a 0 again....
any help is appreciated