If I make a variable for TempPoint at position of unit, can I use this in any trigger if it's an instant trigger, while other units are referencing that variable too at the same time in other triggers?
So, for example:
Set TempPoint = (Position of (Triggering unit))
Unit - Move (Picked unit) instantly to TempPoint
Can I use the TempPoint variable at the same time as other triggers referencing it as long as the triggers are instant without Waits? It wouldn't break, right?
So, for example:
Set TempPoint = (Position of (Triggering unit))
Unit - Move (Picked unit) instantly to TempPoint
Can I use the TempPoint variable at the same time as other triggers referencing it as long as the triggers are instant without Waits? It wouldn't break, right?