View Single Post
  #8  
Old 06-09-2007, 02:07 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
PHP Code:
function onPM() {
  if (
params[1] == "testmsg") {
    
sendpm("woot, you got a message back!");
  }

just have setpm(NULL); in the onCreated() part of Control-NPC,
then it should work

params[0] is something
params[1] is the text being sent to the npcserver

also, try this when you have setpm(NULL);
PHP Code:
function onRC()
  echo(
params); 
__________________
Reply With Quote