I have a variable in my map named "TempPoint" which is a point type variable. For nearly all my triggers, I use TempPoint. Since my map has been receiving random fatal errors, I wondered if its because a variable shouldn't be used so frequently, or even if a rare event happened that 2 triggers utilized the "TempPoint" at the same time by sheer chance?
Note: I never put a wait in between setting the variable and nulling the variable.
Note: I never put a wait in between setting the variable and nulling the variable.