Well, I'm rescripting the chat system for my server. Hehe.
Basically, it stores your chat text in a string, then sends to everyone else to display on screen. However, everything after a comma, it doesn't show.
I tried quoting " " the whole string, basically its just
NPC Code:
setstring this.chat,"#p(1)";
That does not work. I even used a for loop to go through the whole #Is and even set them into a another string. (Yes, this would get rid of the commas, oh well.)
Any suggestions?