Hello guys. I just made a spell for my blademaster, and it is not working and I can't figure out why.
-
Twisting Slash
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Twisting Slash
-
Actions
- Set Tshalsh_loc = (Position of (Casting unit))
-
Unit Group - Pick every unit in (Units within 240.00 of Tshalsh_loc matching ((((Picked unit) is alive) Equal to True) and (((Owner of (Picked unit)) is an ally of (Owner of (Casting unit))) Equal to False))) and do (Actions)
-
Loop - Actions
- Unit - Cause (Casting unit) to damage (Picked unit), dealing (4.00 + ((Real((Strength of (Casting unit) (Include bonuses)))) / 2.00)) damage of attack type Normal and damage type Normal
- Special Effect - Create a special effect attached to the origin of (Picked unit) using Objects\Spawnmodels\NightElf\NightElfBlood\NightElfBloodArcher.mdl
- Special Effect - Destroy (Last created special effect)
-
Loop - Actions
- Animation - Queue (Casting unit)'s stand animation
- Unit - Set life of (Casting unit) to ((Life of (Casting unit)) - 3.00)
-
Events