View Single Post
  #1  
Old 02-11-2004, 04:30 AM
Duwul Duwul is offline
Registered User
Join Date: Nov 2003
Posts: 105
Duwul is on a distinguished road
commas in strings

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?
__________________
-Ajira
Liek, omigosh.
<3 DoomsDay.
Reply With Quote