avibird 1 154 Posted November 15, 2014 I know how to setup a radio Trigger to identify Number of total units on the whole map however I would like to setup a radio trigger that will identified How many opfor units are within 1000 meters of the current player location. Can this be done and what is the codelines that I need to put into the radio trigger. Share this post Link to post Share on other sites
dreadedentity 278 Posted November 15, 2014 (edited) hint str ({side _x == east && {player distance _x < 1000}} count allUnits); Edited November 15, 2014 by DreadedEntity Share this post Link to post Share on other sites
avibird 1 154 Posted November 15, 2014 @DreadedEntity thank you for the help brother but you forget a ) at the end. Wow I am actually seeing the matrix. ie looking at the codelines! Now that is progress for me (: For all the clueless people like me! hint str ({side _x == east && {player distance _x < 1000}} count allUnits[color="#006400"])[/color]; Share this post Link to post Share on other sites
dreadedentity 278 Posted November 15, 2014 Oops you're right I did. I edited the original code now Share this post Link to post Share on other sites