Global Variable Limit

Level 18
Joined
Nov 21, 2012
Messages
836
I remember from my old version of Ashenvale map, that there is 15000 variables limit. If you hit this value all your triggers will stop working.

And its not about using or not using this vars. Its about declaration. You can create 3 arrays with 8k, and no need to use even one instance: but its over 15k (3*8k) all is messed up. If you create an aray udg_SomeVar[1] but in your triggers you use 5000 entries and also you using other vars (more then 10k) then also nothing will work in this case.
So generaly you cannot hit 15000
hope it helps
Zibi
 
Top