Welcome!

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

Sign up now!

Question Logging out

Joined
May 10, 2018
Messages
21
Is logging out broken? I am calling Runescape.logout() and nothing happens at all. I tried adding it to my onStop and just calling it in a leaf.
 
Joined
Jan 28, 2017
Messages
492
No it works fine (OSRS at least).
It only does one attempt though. so if there's something blocking the log out (an animation, an interface, ...) then it won't do anything.
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,745
Is logging out broken? I am calling Runescape.logout() and nothing happens at all. I tried adding it to my onStop and just calling it in a leaf.
Building off what @Negrita said, your logic right now sounds like "attempt to logout when I hit stop" meaning it will only attempt it once and if it doesn't compete the task it will seem like logout doesn't work.
 
Top