• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Global Variable Limit

Status
Not open for further replies.
Level 18
Joined
Nov 21, 2012
Messages
835
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
 
Status
Not open for further replies.
Top