Quote:
|
Originally Posted by alissalee
how can i make the npc server send out another message when the player pms it saying a word like "Nat Applacation"
|
(These go into the Control-NPC)
There's a function, onPM(), that is called when the player PMs the NPCServer. Fiddle around with the params, I think the first one is the account and the second one is the text. Using some crazy if-statements, you can find a way to check if the text is equal to something. Then, you can use the sendpm(text) function to send the reply. Note, this is serverside, yanno.