i have ability Nuclear. I use the well known missile launch and in the impact - the big exlosion occurs, i use 'cause casting unit to damage ...in circular area.... 'action and
'Picky every unit wuthin units in target point of ability being cast:
loop: If ((((Picked unit) is A structure) Equal to False) and (((Picked unit) is Mechanical) Equal to False)) then do (Unit - Add ..... to (Picked unit)) else do (Do nothing)
'
It works, HOWEVER
If any unit casts its own ability while Nuclear ability is taking place,(the hero abilities having nothing to do with the nuclear ability and nothing to do with order unit to cast) the damage and the added ability(then do add ... to picked unit) do not occur. And that is if a unit uses any ability before the explosion and the damage take place.
I tried to silence all but same thing, even if i add the silence to a created dummy and order to cast it, it is still before the damage and after the spell thus, damage doesnt occur again since an abilit has been used before.
What you might help me with is:
How to make a silence for example is done seconds BEFORE the nuclear abilit starts. How to make it recognize that if im going to start this ability to do silence before it starts.
'Picky every unit wuthin units in target point of ability being cast:
loop: If ((((Picked unit) is A structure) Equal to False) and (((Picked unit) is Mechanical) Equal to False)) then do (Unit - Add ..... to (Picked unit)) else do (Do nothing)
'
It works, HOWEVER
If any unit casts its own ability while Nuclear ability is taking place,(the hero abilities having nothing to do with the nuclear ability and nothing to do with order unit to cast) the damage and the added ability(then do add ... to picked unit) do not occur. And that is if a unit uses any ability before the explosion and the damage take place.
I tried to silence all but same thing, even if i add the silence to a created dummy and order to cast it, it is still before the damage and after the spell thus, damage doesnt occur again since an abilit has been used before.
What you might help me with is:
How to make a silence for example is done seconds BEFORE the nuclear abilit starts. How to make it recognize that if im going to start this ability to do silence before it starts.