Author | Message | Time |
---|---|---|
kazooie | need help with idle msg's, any help is appreciated | June 1, 2003, 4:33 AM |
Busted51 | Private Sub AntiIdle_Timer() 'notice this timers interval is 1000, that is for 1 second IdleTick = IdleTick + 1 'this is a public variable, it adds a 'second to the variable each time the timer executes If IdleTick >= 120 Then 'if 2 minutes have gone by then... SendChat ".[me=Busted51]- " & IniIdle & " (Bot Name)"[/me] IdleTick = 0 'reset the variable to start over End If End Sub The ".[me=Busted51]- " & IniIdle & " (Bot Name)"[/me] is a fourm glitch.. sorry... | June 1, 2003, 5:17 AM |
tA-Kane | [quote author=Busted51 link=board=17;threadid=1503;start=0#msg11295 date=1054444654]is a fourm glitch.. sorry...[/quote]I don't beleive it would be if you'd use the [ code ] tags. | June 2, 2003, 7:08 PM |