@redrum said in Trigger when units are present on map?:
@Frostion Yeah, as @Cernel pointed out not a bad feature request.
@Frostion Not a wonderful solution but, for now, one might do this with a limited amount of coding by using "eaches" on the conditions, then having as many same conditions assigned to the trigger as the number of units specified in the conditions themselves, then a condition type equal to the minimum number you want (in your case, 5), if you are following me. However, I'm not sure if it would work, as eaches are normally used to make the trigger firing that many times.
EDIT: Nevermind, checked pos2 it says that eaches are just 1s, condition wise.