Thread: /reset npc NAME
View Single Post
  #16  
Old 10-07-2010, 06:22 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
Quote:
Originally Posted by MrOmega View Post
O_o I have to try this tomorrow, never heard of it.
It only works in the Control-NPC
PHP Code:
function onRCChat(cmd){
  switch(
cmd){
    case 
"reset":
      
sendtorc("/reset" SPC params[1]);
      break;
    default:
      
sendtorc("Commands")
      
sendtorc("/npc reset account - resets player ");
      break;
  }

Reply With Quote