example
mob/Login()
Timecall()
mob/Logout()
del(src)
proc/Timecall()
time:
sleep(2)
src<<"Test Test"
goto time:
Problem description: See I use something like this and when i logout, if the proc is still being called because of a sleep var causes
an error to show up at a chance when someone logs out of the game.