- Joined
- Feb 27, 2019
- Messages
- 833
I have used TempPoint, TempGroup then went over to Loc[] and Group[] and even started using locals when possible but these different points and groups are set probably at some cases over 100 times per second.
Can a global variable be overwritten if there is no Wait used between usage and removal and the Events do not fire at the exact same time?
Does two triggers that run every 0.02 seconds trigger at the exact same time?
I often also use an Integer to set the correct index number because I dont know how else to do so exept using for example (Player Number of (Owner of unit (Picked unit)))
Would anyone recommend using that way to get the index or setting a variable to the index or some other technique?
Can a global variable be overwritten if there is no Wait used between usage and removal and the Events do not fire at the exact same time?
Does two triggers that run every 0.02 seconds trigger at the exact same time?
I often also use an Integer to set the correct index number because I dont know how else to do so exept using for example (Player Number of (Owner of unit (Picked unit)))
Would anyone recommend using that way to get the index or setting a variable to the index or some other technique?
Last edited: