1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Question Logging out

Discussion in 'Developer Support' started by Charles Isbell, Jul 7, 2018.

  1. Charles Isbell

    Joined:
    May 10, 2018
    Messages:
    21
    Likes Received:
    2
    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.
     
  2. Negrita

    Joined:
    Jan 28, 2017
    Messages:
    491
    Likes Received:
    183
    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.
     
  3. CuppaJava

    CuppaJava cuppa.drink(java);

    Joined:
    Mar 13, 2018
    Messages:
    6,052
    Likes Received:
    1,360
    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.
     

Share This Page

Loading...