ID:270052
 
I can't quite figure out how looping works. You know, like looping a message saying to check the forums or something. Could I see an example so I can make it clear? Thanks.
    Login()
Message()
..()
proc
Message()
world << "Don't forget to check the forums!"
spawn('your time you want to wait')
Message()


This will work, just put in how much time you want to wait inbetween the spawn() brackets, like spawn(50) will wait 5 seconds before looping the proc.