Frostman
-
Content Count
27 -
Joined
-
Last visited
-
Medals
Posts posted by Frostman
-
-
Please someone,
Can you help me figure this out, i have a function which doesn't seem to work in ArmAII.
I've tracked the problem down to a while do loop, and made this simple function to bug test.
private["_i","_rawaddress"] _rawaddress = []; _i = 0; while {_i < 10} do { _i = _i + 1; _rawaddress = _rawaddress + [_i]; }; _rawaddressHowever when run the function returns <null>, please for the love of god show me the problem (i'm tearing my hair out).
While... Do... Not working - Please help!
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
That fixed it, Thank you
Where is the Arma2.rpt created? I'll need it to debug my larger function.