Hello people,
Me and my "very good, excelent and briliant skills" on coding
tryed to do a very-simple timed status changer, BUT, of course, Plus! didn't accept it (the code it's wrong).
code:
function OnEvent_Initialize(MessengerStart)
{
MsgPlus.AddTimer("Statuz", 300000);
}
function onEvent_Timer(timerID)
{
if(timerID == "Statuz")
{
Messenger::MyStatus = 2
}
Can someone try to teach where are the errors, please???
Edit: Forgot to say that I tryed to find answers by using the search function, but nothing...