testymain 0 Posted November 18, 2018 i looked for it but didnt find anything, is there any method that when called would return false if no player is logged in game(eg in login screen) or something similar?
Pseudo 179 Posted November 18, 2018 https://dreambot.org/javadocs/ Check out 'GameState'. There's also a 'login index' method in the client class too, which I'd assume is relevant. Just something I recall off the top of my head.
xNonCombat 0 Posted April 24, 2020 Sorry for gravedig but I also looked for this thanks Pseudo, I couldn't find it also. if (GameState.values().equals(GameState.LOGGED_IN)) { //code }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.