- Joined
- Aug 1, 2008
- Messages
- 453
i have like a army game and after you kill one of your opponents units you get it and i want it to do so if you tyep -auto, it sends all of the monsters that kill to attack units in there way to a certain region kinda like a rally point. heres my trigger
-
Player 1
-
Events
-
Unit - A unit enters Red <gen>
-
-
Conditions
-
Auto_Send[(Player number of (Owner of (Triggering unit)))] Greater than or equal to 1
-
-
Actions
-
Unit - Set Rally-Point for (Triggering unit) to (Center of East Team <gen>)
-
-
-
Turn ASM on
-
Events
-
Player - Player 1 (Red) types a chat message containing -Auto as An exact match
-
Player - Player 2 (Blue) types a chat message containing -Auto as An exact match
-
Player - Player 3 (Teal) types a chat message containing -Auto as An exact match
-
Player - Player 4 (Purple) types a chat message containing -Auto as An exact match
-
Player - Player 5 (Yellow) types a chat message containing -Auto as An exact match
-
Player - Player 6 (Orange) types a chat message containing -Auto as An exact match
-
Player - Player 7 (Green) types a chat message containing -Auto as An exact match
-
Player - Player 8 (Pink) types a chat message containing -Auto as An exact match
-
-
Conditions
-
Actions
-
Set Auto_Send[(Player number of (Triggering player))] = 1
-
-