I need help making a spell that creates a wall of poison (Think firewall)
I want it to summon say.. 10 units in a row with the Disease cloud model, with immolation.
Problem is, that I have no idea of how to make the actual trigger, so far I've got:
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Chemical Wall (Terminator)
(Level of Chemical Wall (Terminator) for (Triggering unit)) Equal to 1
Actions
For each (Integer A) from 1 to 10, do (Actions)
Loop - Actions
Set ChemPoint = (Target point of ability being cast)
Unit - Create 1 Chemical (Level 1) for (Owner of (Casting unit)) at (ChemPoint offset by (0.00, 0.00)) facing (Target point of ability being cast)
And.. that's it.
I want it to summon say.. 10 units in a row with the Disease cloud model, with immolation.
Problem is, that I have no idea of how to make the actual trigger, so far I've got:
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Chemical Wall (Terminator)
(Level of Chemical Wall (Terminator) for (Triggering unit)) Equal to 1
Actions
For each (Integer A) from 1 to 10, do (Actions)
Loop - Actions
Set ChemPoint = (Target point of ability being cast)
Unit - Create 1 Chemical (Level 1) for (Owner of (Casting unit)) at (ChemPoint offset by (0.00, 0.00)) facing (Target point of ability being cast)
And.. that's it.