
02-12-2004, 03:48 AM
|
|
Banned
|
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
|
|
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)" |
|
|
|