juddo 1 Posted March 22, 2013 (edited) aeroson - thanks for the tips! i fixed the problem. i wont admitt how long i spent on this, but it feels good to have it working properly. for anyone who comes across this... i was running a .sqf script with [] exec "blah.sqf" < big no-no. i was getting uncontrolled behaviour. i for some reason decided to try run it with nul = [] execvm "blah.sqf" < bingo! Edited March 22, 2013 by juddo Share this post Link to post Share on other sites
aeroson 8 Posted March 22, 2013 Change last for line to: _markerarray = _markerarray - [_c]; Also start you arma with -showScriptErrors its quite useful. Or look into C:\Users\USER\AppData\Local\Arma 3 Alpha\arma3.rpt for script errors log. Share this post Link to post Share on other sites