So anyone knows how to make basic dodge spell? I mean, if you use it, you will dodge the next attack. I have tried things but doest work >_< Whats wrong with this?
-
Dodge
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
((Attacked unit) has buff Dodge ) Equal to True
-
-
Actions
-
Set DodgeCaster = (Attacked unit)
-
Unit - Set life of DodgeCaster to ((Life of DodgeCaster) + (Damage taken))
-
Unit - Remove Dodge buff from DodgeCaster
-
-