I was wondering is it better to use variables or not to use them if you dont have to.
example (move unit):
Units casts a spell
set pointA = point of ability being cast
move unit to pointA
customscript:removelocation
Or
Units casts a spell
move unit instantly to point of ability being cast
Which is better and why? Neither of those have leak?
example (move unit):
Units casts a spell
set pointA = point of ability being cast
move unit to pointA
customscript:removelocation
Or
Units casts a spell
move unit instantly to point of ability being cast
Which is better and why? Neither of those have leak?