when i copy a spell and paste it on my map....
every thing is correct with variables and so on....
but the thing is i need to pick every thing for abilitys....
like i have and ability like this one...
i want it to copy every thing :S
every thing is correct with variables and so on....
but the thing is i need to pick every thing for abilitys....
like i have and ability like this one...
-
Multishot
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Level of DUMMY CHOOSER (Melee) for (Attacking unit)) Greater than 0
-
(Unit-type of (Attacking unit)) Equal to Demon Hunter
-
-
Actions
-
If (All Conditions
-
-
-
are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Custom value of (Attacking unit)) Less than 1
-
-
Then - Actions
-
Unit - Remove MultiShot (ranged) from (Attacking unit)
-
Unit - Remove MultiAttack (Melee) from (Attacking unit)
-
Unit - Set the custom value of (Attacking unit) to ((Custom value of (Attacking unit)) + 1)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Attacking unit) is A ranged attacker) Equal to True
-
-
Then - Actions
-
Unit - Add MultiShot (ranged) to (Attacking unit)
-
Unit - Set level of MultiShot (ranged) for (Attacking unit) to (Level of DUMMY CHOOSER (Melee) for (Attacking unit))
-
-
Else - Actions
-
Unit - Add MultiAttack (Melee) to (Attacking unit)
-
Unit - Set level of MultiAttack (Melee) for (Attacking unit) to (Level of DUMMY CHOOSER (Melee) for (Attacking unit))
-
-
-
Unit - Set the custom value of (Attacking unit) to 0
-
-
i want it to copy every thing :S