Ok, what you need to do is put a tag on the flag. Now, in the mission editor, press "5" or click the icon for zones. It's right above the icon for the triggers. Choose either "New Circle" or "New Poly", name your zone and then move it to where you want the player to take the flag on the map. If it's too big or too small you can change the size of the zone. For a circle you just enter a new radius, for a poly you can drag the corners to shape or resize it.
Now that the flag is tagged and the zone is set up at the waypoint, you need to create a trigger. Choose "entities" as your condition. You only need to change two options this time. First change "tag" to the name of the tag on your flag. Then change "zone" to the name of the zone you placed on the drop off point.
Because "count" starts out as ">" and "value" starts as "0", you don't need to change them. As soon as the flag is brought to the waypoint, there will be more than 0 entities with it's tag in the zone and the condition will be met.
|