Step-by-step Guide for customizing commands
1) In your
GlobalSys database NPC, change for example the
globalmsg command from:
PHP Code:
function globalmsg(text)
Too:
PHP Code:
function msg(text)
Also change the name of the command in the COMMANDS string, despite it being listed under "DO NOT CHANGE" (it won't be in the next version, heck, I'll even make sure no functions are called unless the name of the function is in that string!).