altis 12 Posted January 28, 2016 I have this in a trigger condition and it works no problem getMarkerColor "markername" == "ColorGreen"; Thats great for one marker, but is it possible that if i have more than one marker then i can list them in an array and have the trigger condition check the whole array for when any of the markers might turn green, if so what can i put in the condition? getMarkerColor "_markerarray" == "ColorGreen"; Share this post Link to post Share on other sites
f2k sel 163 Posted January 29, 2016 This maybe {getmarkercolor _x == "ColorGreen"} count ["markernameone","markernametwo","markernamethree"] >0 Share this post Link to post Share on other sites
altis 12 Posted January 29, 2016 That worked no problem! even with 400 markers in the count :D Awesome, really appreciated, i was stuck on that for a while. Share this post Link to post Share on other sites