deleteGroup – Talk
Jump to navigation
Jump to search
group auto becoming null
- Posted on March 31, 2015 - 14:58 (UTC)
- Rickb
- the green box above is wrong. GROUPS DO NOT GET DELETED AUTOMATICALLY IN ARMA3 IF EMPTY. you still have to delete manually. it does work this way: {if (count units _x==0) then {deleteGroup _x}} forEach allGroups; ..my experience..