D
Deathsong
Guest
heres my trigger
Events
Unit - A unit Begins casting an ability
Conditions
(Ability being cast) Equal to Empower effect
Actions
If (((Triggering unit) is A Hero) Equal to True) then do (Wait 0.50 seconds) else do (Unit - Set mana of (Casting unit) to (0.00 - 1.00))
what im trying to do is make a trigger that will take away 1 mana every .50 of a second when i cast the ability empower my problem is i think the else action in my trigger is wrong with the (0.00 - 1.00) i figgured that would add no mana and take a way 1 but it doesnt eny idea on what i did wrong or how to change it to fix it
Events
Unit - A unit Begins casting an ability
Conditions
(Ability being cast) Equal to Empower effect
Actions
If (((Triggering unit) is A Hero) Equal to True) then do (Wait 0.50 seconds) else do (Unit - Set mana of (Casting unit) to (0.00 - 1.00))
what im trying to do is make a trigger that will take away 1 mana every .50 of a second when i cast the ability empower my problem is i think the else action in my trigger is wrong with the (0.00 - 1.00) i figgured that would add no mana and take a way 1 but it doesnt eny idea on what i did wrong or how to change it to fix it


