quote:
Originally posted by roflmao456
it is correct.
Events Reference > Messenger Plus! Events > OnGetScriptCommands
Actually, that won't make the command work. It'll only make it show up in the list that appears when you type a / in the chat window.
To make the command call a function you'll have to catch the command and its parameters in OnEvent_ChatWndSendMessage and make it call a function yourself.