ID:269305
 
Code:


Problem description:

E.E I dunno if this goes here(probably doesn't), but how many lists can you have in a game? I keep getting an error about Max List limit reached, and the game then shuts down X.X Do I need to update? I have 341.887
You should update, but I don't think that's your problem
Dead_Demon wrote:
I dunno if this goes here(probably doesn't),

You're right. If there's no code, it doesn't go in Code Problems. Moved.

...but how many lists can you have in a game? I keep getting an error about Max List limit reached, and the game then shuts down X.X Do I need to update? I have 341.887

Updating from that would be a good thing, but it won't change this particular problem. The limit on lists is 65,535, and to hit that you have to work a little at it. Basically it sounds like you're initializing a crapload of lists that you'll never need.

You'll avoid this limit by conserving lists. Some good tips on list husbandry are in my latest Dream Tutor column on BYONDscape.

Dream Tutor: Green Programming

Lummox JR