Page 1 of 1

Creation command-buffer

Posted: Sat Feb 20, 2010 9:29 pm
by Prefect
I need to create something like portable buffer, for my friends on server, but i don't know how.

i create new command named "buffme" in admin_* commands category, if they enter command, they will see html - buffer. If they click any button, buffs isn't work...

i test many buffers, witch script on python and without ....

Code: Select all

  else if (command.startsWith("admin_buffme"))		{			activeChar.sendMessage("This is a buffer...");			AdminHelpPage.showHelpPage(activeChar,"../default/50000-2.htm");		}  
Can anybody help me?

Re: Creation command-buffer

Posted: Sun Feb 21, 2010 9:55 pm
by denser
use voice commands instead.

.buffme - as example.