- Joined
- Aug 11, 2009
- Messages
- 1,606
I'm using the following trigger in my map,but i have a strange error/bug.Every 3 sec(my Wait-game time action) my whole screen turns to black for a very short ammount of time.I mean that since i made this trigger every 3 sec my whole screen turns black(like a problem with camera or something) for 0,5 sec and then to normal again.Here is the trigger....
-
UseSpell
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Unit-type of (Attacked unit)) Equal to Blood Elf Priest
-
(Owner of (Attacked unit)) Equal to Player 1 (Red)
-
-
Actions
-
Unit Group - Pick every unit in (Units of type Blood Elf Priest) and do (Unit - Order (Attacked unit) to Orc Far Seer - Chain Lightning (Random unit from (Units in (Current camera bounds) owned by Player 8 (Pink))))
-
Wait 3.00 seconds
-
Unit Group - Order (Units of type Blood Elf Priest) to Attack-Move To (Player 8 (Pink) start location)
-
Unit Group - Order (Units of type Blood Elf Priest) to Attack-Move To (Center of Creep Attack1 <gen>)
-
-