hi everyone, i have a REALLY simple question
first case:
Set Caster[1] = Casting unit
Set Target[1] = Targeted unit of ability being cast
cause Caster[1] to damage Target[1] dealing 500 damage
second case:
Set Caster = Casting unit
Set Target = Targeted unit of ability being cast
cause Caster to damage Target dealing 500 damage
is the second trigger more efficient than the first?
are there any other negative points for first case EXCEPT of the variables cost more bytes?
first case:
Set Caster[1] = Casting unit
Set Target[1] = Targeted unit of ability being cast
cause Caster[1] to damage Target[1] dealing 500 damage
second case:
Set Caster = Casting unit
Set Target = Targeted unit of ability being cast
cause Caster to damage Target dealing 500 damage
is the second trigger more efficient than the first?
are there any other negative points for first case EXCEPT of the variables cost more bytes?