14-09-2006, 10:32 PM
I am talking about a variable length array, and what position NPCs are in the array is when they are loaded:
Monster(1) = first loaded monster
Monster(2) = second
etc...
Sizing your array to fit all the monsters but just not setting them is just a waste of RAM. :wink:
Monster(1) = first loaded monster
Monster(2) = second
etc...
Sizing your array to fit all the monsters but just not setting them is just a waste of RAM. :wink: