View Single Post
  #7  
Old 02-21-2003, 08:19 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

You dont want npcid to be to high with the way the code is done right now. It assigns the npcid to an array in memory, so npc id 9999999 would have to have an array with at least 999999 elements to put it into.

Bad design in the code currently.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote