- Joined
- Feb 20, 2013
- Messages
- 136
Whenever I set the ability level to 2 or more, when I cast it, it channels and I can't stop the channel.
-
-------- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Endure --------If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Level of Paladin for (Entering unit)) Greater than or equal to 2
- SpellString[((Owner of EnteringUnit) Food used)] Equal to WWRG
-
Then - Actions
- Unit - Remove ActiveSpell[((Owner of (Triggering unit)) Food used)] from (Triggering unit)
- Unit - Add Endure to (Entering unit)
- Unit - Set level of Endure for EnteringUnit to (Level of Determination Mastery for EnteringUnit)
- Set ActiveSpell[((Owner of EnteringUnit) Food used)] = Endure
- Game - Display to (All players) the text: (String((Level of Endure for (Triggering unit))))
- Else - Actions
-
If - Conditions
-
Ability level up
-
Events
- Player - Player 1 (Red) types a chat message containing -allup as An exact match
- Player - Player 2 (Blue) types a chat message containing -allup as An exact match
- Conditions
-
Actions
- Unit - Set level of ActiveSpell[((Triggering player) Food used)] for Hero[((Triggering player) Food used)] to ((Level of ActiveSpell[((Triggering player) Food used)] for Hero[((Triggering player) Food used)]) + 1)
-
Events