Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Ending bot?

( ͡° ͜ʖ ͡°)
Joined
Mar 30, 2015
Messages
2,416
This is probably a very simple question, but how do I end a bot in my code? Right now I'm using runescape.logout() but the loginhandler logs it back in, and I'm in a loop of logging in and out.

Also, is this the best place to post questions regarding writing bots? I've probably posted 3 within the past day, and don't want to flood this section (I do my best to search the forums before posting - got me through a bunch so far)?
 
the Novice
Joined
May 7, 2016
Messages
4
It's literally just stop(), though I'd recommend using pause() instead so that you can add a function to restart your script. You might need
Check the documentation under script.framework
 
Top