- Joined
- Aug 25, 2015
- Messages
- 7
Howdy! I need some assistance with a trigger porfavor!
The trigger is meant to spawn units in the center of a region every 3 seconds of the game until a unit leaves the region, which then turns it off.
SO. This is what I have:
Trigger: wasps1
Events
Unit - A unit enters wasps <gen>
Conditions
(Owner of (Triggering unit)) Equal to Player 1 (Red)
(Owner of (Triggering unit)) Equal to Player 2 (Blue)
Actions
Trigger - Turn on wasps2 <gen>
Trigger: wasps2 (initially off)
Events
Time - Every 3.00 seconds of game time
Actions
Unit - Create 1 Wasp for Player 12 (Brown) at (Center of wasps <gen>) facing Default building facing degrees
Trigger: wasps3
Events
Unit - A unit leaves wasps <gen>
Conditions
(Owner of (Triggering unit)) Equal to Player 1 (Red)
(Owner of (Triggering unit)) Equal to Player 2 (Blue)
Actions
Trigger - Turn off wasps2 <gen>
Those are the triggers I'm using but no wasps are spawned! Any help would be very much appreciated, thanks!
The trigger is meant to spawn units in the center of a region every 3 seconds of the game until a unit leaves the region, which then turns it off.
SO. This is what I have:
Trigger: wasps1
Events
Unit - A unit enters wasps <gen>
Conditions
(Owner of (Triggering unit)) Equal to Player 1 (Red)
(Owner of (Triggering unit)) Equal to Player 2 (Blue)
Actions
Trigger - Turn on wasps2 <gen>
Trigger: wasps2 (initially off)
Events
Time - Every 3.00 seconds of game time
Actions
Unit - Create 1 Wasp for Player 12 (Brown) at (Center of wasps <gen>) facing Default building facing degrees
Trigger: wasps3
Events
Unit - A unit leaves wasps <gen>
Conditions
(Owner of (Triggering unit)) Equal to Player 1 (Red)
(Owner of (Triggering unit)) Equal to Player 2 (Blue)
Actions
Trigger - Turn off wasps2 <gen>
Those are the triggers I'm using but no wasps are spawned! Any help would be very much appreciated, thanks!
