- Joined
- Jun 22, 2009
- Messages
- 63
Im making a spell called Blinding Flash. It's supposed to fade the screen for all players within range of th caster. But when i use it, iget flashed and it wont fade back in.(Caster also supposed to be flashed) Is it the wait or why doesent it fade in? Also does it make the screen fade for all the players instead of just caster and the unit group?
-
Blinding Flash
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Blinding Flash
-
Actions
- Set Caster_Blind = (Triggering unit)
- Set Targets_Blind = (Units within 500.00 of (Position of Caster_Blind))
-
Unit Group - Pick every unit in Targets_Blind and do (Actions)
-
Loop - Actions
- Cinematic - Fade out over 0.00 seconds using texture White Mask and color (100.00%, 100.00%, 100.00%) with 0.00% transparency
- Wait 2.00 seconds
- Cinematic - Fade in over 3.00 seconds using texture White Mask and color (0.00%, 100.00%, 100.00%) with 100.00% transparency
-
Loop - Actions
-
Events