Thread: 2 Questions...
View Single Post
  #2  
Old 08-06-2010, 05:19 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
PHP Code:
//#CLIENTSIDE
function ChatBar.onAction()
{
  if (
ChatBar.text in "unstick me""unstuck me" })
    
ChatBar.text "disabled!";

In Control-NPC:

PHP Code:
function onRCChat(command)
{
  if (
command == "test")
    echo(
"It works!");

Trigger it by doing the following on RC:

/npctest
/npc test

Either one works.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote