So I made this spell. It's based on Acid Bomb. I want it to spawn several dummy units after the missile hits. Currently they spawn as soon as my unit casts the ability. I tried using the wait function to change this but then the dummies don't appear at all. I also need a way to make the dummies disappear.
Also, is there a way to make the spell able to be cast on terrain? I edited it's Targets Allowed but it still says I must target a unit.
-
acid
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Acid Blast
-
-
Actions
-
For each (Integer A) from 1 to 10, do (Actions)
-
Loop - Actions
-
Unit - Create 2 Acid for Player 1 (Red) at ((Target point of ability being cast) offset by 100.00 towards ((Real((Integer A))) x 40.00) degrees) facing Default building facing degrees
-
-
-
-
Also, is there a way to make the spell able to be cast on terrain? I edited it's Targets Allowed but it still says I must target a unit.