So I've been playing around trying to make this spell, but it doesn't seem to work.
So.. If I can figure out how to get the dummy units to actually cast their firebolts instead of doing nothing, I can do the whole animation bit easily.
So what's wrong with the trigger above? does wait just not work well with this type of thing?
-
Events
- Unit - A unit begins casting an ability
-
Conditions
- (ability being cast) Equal to dummy spell
-
Actions
- Unit - Create 1 dummyunit for (owner of(triggering unit)) at (position of(triggering unit)) facing (facing of (triggering unit)) degrees
- Unit - Add Firebolt (neutral hostile) to (last created unit)
- Unit - Order (last created unit) to neutral - firebolt (target unit of ability being cast
- Wait .15 seconds
So.. If I can figure out how to get the dummy units to actually cast their firebolts instead of doing nothing, I can do the whole animation bit easily.
So what's wrong with the trigger above? does wait just not work well with this type of thing?