Thread: RC Commands
View Single Post
  #1  
Old 05-15-2011, 09:56 PM
Astram Astram is offline
Era iPhone PR
Astram's Avatar
Join Date: Aug 2010
Posts: 324
Astram can only hope to improve
Send a message via AIM to Astram
RC Commands

How would you make an RC Command? It doesnt work!!!
I put this in the Control-NPC.
PHP Code:
function onRCChat(cmd)
  {
  if (
cmd == ":code")
    {
    echo(
"Code Accepted");
    }
  } 
But it doesnt work!!! HELP!
__________________
-Toad
The worlds biggest Toad fan...
Era iPhone FTW!


Reply With Quote