- Joined
- Feb 24, 2018
- Messages
- 71
Hello ! I am trying to create an a bash active ability where when I use the spell it adds the spellbok with bash to my hero for a few seconds then it removes it. I dont want to see the spellbook or the bash icon at my hero abilities. The bash is added and the icons don't appear but the bash doesn't disappear from my hero. Any idea why ? Thanks
-
Map
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Player - Disable Spell Book(deepfreeze) for Player 1 (Red)
-
-
-
Deep freeze
-
Events
-
Unit - A unit Finishes casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Deep Freeze
-
-
Actions
-
Unit - Add Spell Book(deepfreeze) to (Casting unit)
-
Wait 7.00 seconds
-
Unit - Remove Spell Book(deepfreeze) from (Casting unit)
-
-