I had ran into a problem where I had used a string list to save the name of all the images of items collected by the player, but I continuously had a problem where when I logged on later I would notice that the string got chopped off after a certain charatcer. I wasn't sure if I had done something wrong when adding on to the string list.
I used the command
NPC Code:
addstring list,value;
I believe the problem I have encountered is that there might be a limit to how long a string can be. I counted all the characters within the string and got up to about 200 characters in all. I have pretty much figured out what to do if this is the case.
Do any of you know if there is a limit to how long a string can be?