ZoneCapture Trigger
A ZoneCapture Trigger fires when a region is captured. Arguments
Limitations
Common Usage
Examples <Trigger Name="LossSpeech" Type="ZoneCapture" Owner="1" Position="8500,9200" Inactive="0" >
<Dialog>
<Entry Icon="Haalee" Text="TurtleWars_Loss_1" />
</Dialog>
<ActivateTrigger Target="Loss" />
</Trigger>
This plays some dialog and activates a short timer trigger that does the actual mission failure if the enemy destroys the player's Nexus. |