I'm curious about storing custom defined variables with the following code:
["key", _value] call ALiVE_fnc_setData
_value = ["key"] call ALiVE_fnc_getData
Assuming I created a variable X whose value is 0 .. do I just replace the "key" for "X"?
I'm curious about storing custom defined variables with the following code:
["key", _value] call ALiVE_fnc_setData
_value = ["key"] call ALiVE_fnc_getData
Assuming I created a variable X whose value is 0 .. do I just replace the "key" for "X"?
Yes
These are for use with cloud saving to War Room. There are alternative funcs for local saving.
Oh ok ... could elaborate a bit more about the ones for local saving?
Thank You so much Friznit :)