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?