View Single Post
  #1  
Old 07-03-2007, 02:16 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Remove the client variable character limit

I'm sure this has been mentioned many times before and I was hoping it could be included in the new Graal version. This character limit is severely irritating because it forces me to make compromises in ways of storing data since I can't use large arrays in client flags without the chance of them being corrupted by excessive length in the future.

For example, I want a simple array outputted of the IDs of all items the player has, this is cleaner than using getstringkeys() to find the items and it could also be used by the player to sort their items how they wish. But unfortunately it can't be done without extra operations that should not be necessary.
__________________
Reply With Quote