I'm trying to figure out how to to make it so that a named unit(s) completes an objective when it reaches a specific area without using waypoints.
I was thinking it would be set up with a bluefor present repeating trigger that checks if the named unit (or array of units) are present in the trigger area and if true it sets the objective_done to true.
The problem is that I dont know how to set it up to check for a named unit or array of units (i'm going to end up needing both the method for named unit and array of units for two seperate objectives and triggers)
Thanks