- Joined
- May 9, 2008
- Messages
- 1,446
How to do so the minimap image becomes black in this abillity?
-
Obscuro Copy
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Obscuro
-
Actions
- Custom script: if GetLocalPlayer() == GetOwningPlayer(GetSpellTargetUnit()) then
- Cinematic - Fade out over 0.25 seconds using texture Black Mask and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
- Wait (2.50 + (2.50 + (Real((Level of Obscuro for (Triggering unit)))))) seconds
- Cinematic - Fade in over 0.25 seconds using texture Black Mask and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
- Custom script: endif
-
Events