- ((Region centered at (Position of RushUnit[(Player number of (Triggering player))]) with size (200.00, 200.00)) contains RushVictim[(Player number of (Triggering player))]) Equal to False
I am trying to absolve any and all leaks in my map, but I then ran into this. It is used in an ability trigger to place a region centered around the character that is 200/200. The ability is used a ton, so the location is constantly changing.
I wanted to create it for the trigger, use it, then destroy it at the end to prevent leaks, but how do I assign something like this to a variable to be destroyed?
The ability uses three seperate triggers, and it's multiplayer so I need to use an array with the array number being the player number so that multiple people can be using the ability at once with no bugs.
I just have no idea how to create a region that is 200/200 and assign it to a variable...
**Edit - The /trigger code seems to be messed up, it just displays it as a little box with a side scroll but none of my code...I repasted the code without the trigger code around it. Anyone know whats up with that?