View Single Post
  #7  
Old 02-12-2004, 03:48 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Duwul
Rance, I'm not using sendpm...but that also might work. I'll try it.

Jagen, here's the triggeraction.

NPC Code:

iif (playerchats){
setstring this.chat,#c;
setplayerprop #c,;
triggeraction 0,0,serverside,-Chat,chat,#s(this.chat);
setstring this.chat,;
}



Of course, this is clientside. Would I have to quote it clientside?
The string handling isn't any different... make the param
"#s(this.chat)"
Reply With Quote