I want to make a /command, /uit. but is't not working...
this is what I use now:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
if(Message == "/uit")
{
toast("blaat","ghehe uit");
}
}
can somebody help me to make the /uit command?
Thanks