im tryin to add couple of values to an array thro a function
da function is like dat
_arr = _this select 0;
_val = _this select 1;
_arr = _arr + [_val];
but it doesnt realy add em....
i exec da script like dat
bla = [localalarm,group this] execVM "general\add2arrray.sqf"
wat i intend doin w/ dis is bypass da way ArmA does inits @ da order ArmA likes... so i just create da array in da init.sqs nd den have all da groups add demself 2 it
LCD OUT
[edit] i actualy just seen a small eror in what i wrote... it seems ill still have 2 init da array b4 runnin da script... but i know how not 2 make ArmA interfare w/ dat... still need fixin da script tho