O.P. StopWatch (AFKTime Counter)
Hey,
i want to program some counter who starts when i type (for example) /counter with 0.00 (min.seconds) then everytime when i type the word /counter again (in a conversation for EG or in the Automessage when i am AFK) it shell say "I am AFK since [ x Hours x Minutes and x seconds]) so that the one who wanted to communikate with me knows (because i would type the automessage as /counter) how long i am afk ...
i hope u understand what i mean my english is not that good...
i already found this here as a counter???? i am completely new and want to learn plz help me to make a script for the AFK Time ...
function OnEvent_Initialize(bMessengerStart){
MsgPlus.AddTimer("RefreshPSM",60000);
}
function OnEvent_Timer(sTimerId){
if(sTimerId == "RefreshPSM"){
MsgPlus.AddTimer("RefreshPSM",60000);
}
}
greeez
This post was edited on 03-25-2009 at 04:52 PM by NorteX.
|