Quote:
|
Originally Posted by Kaimetsu
NPC Code:
if (playerchats) {
if (strequals(#c,whatever)) {
//do stuff
}
}
playerchats is an event, strequals is a function that checks two strings for equality, #c is a pseudo-variable that holds the player's chat text.
|
As much as that helped him, it didn't.
He wants the NPC-Server to respond to PM's, I believe.