- Joined
- Oct 28, 2019
- Messages
- 523
In this the IA enemy archers advance:
-
ArchersAdvance
-
Events
-
Unit - A unit enters ArchersAttack <gen>
-
-
Conditions
-
(Owner of (Triggering unit)) Equal to Player 1 (Red)
-
-
Actions
-
Game - Display to (All players) the text: Advance
-
Unit Group - Order VillageArchersLeft to Attack-Move To (Center of VillageArchersADVleft <gen>)
-
Unit Group - Order VillageArchersRight to Attack-Move To (Center of VillageArchersADVright <gen>)
-
Trigger - Turn off (This trigger)
-
Trigger - Turn on ArchersBackDefensivePosition <gen>
-
-
-
ArchersBackDefensivePosition
-
Events
-
Unit - A unit leaves ArchersAttack <gen>
-
-
Conditions
-
(Owner of (Triggering unit)) Equal to Player 1 (Red)
-
(Number of units in (Units in ArchersAttack <gen> matching ((Unit-type of (Matching unit)) Equal to Warrior))) Less than or equal to 1
-
(Number of units in (Units in ArchersAttack <gen> matching ((Unit-type of (Matching unit)) Equal to Dwarf))) Less than or equal to 1
-
(Number of units in (Units in ArchersAttack <gen> matching ((Unit-type of (Matching unit)) Equal to Archer))) Less than or equal to 1
-
-
Actions
-
Game - Display to (All players) the text: Back
-
Unit Group - Order VillageArchersLeft to Move To (Center of ArchersLeft <gen>)
-
Unit Group - Order VillageArchersRight to Move To (Center of ArchersRight <gen>)
-
Trigger - Turn off (This trigger)
-
Trigger - Turn on ArchersAdvance <gen>
-
-