Why is it when i open the osbot 2, and press laugh without change any setting on the loader. The client doesn't want to load up. It doesn't even pop up
Started working on this again. I removed the picture and added in the code. Easier for me to edit, rather then having to retype, edit, and upload the picture. Which was a hassle.
Not everything has to be in he snippet. Snippets are for more advance stuff. You could also check the issues sub-forum. Something someone might have the same question. And another person could answer for them. Here a link: http://osbot.org/forum/topic/46118-following-players/
That method give you a list of people in your area not including your self. You can simply do getPlayer(area).size > 0
Ya that's what your looking for. You need to activate the change to figure out which config it is. It's hard to explain it, it's better if you see it for your self. A great example would be for you to go into your construction house in building mode. Then change it to non building mode. And you see how config 780 changes from 0 to 1024 when buildings mode is on. You could create you own little method.
private boolean buildingModeOn() {
return client.getConfig(780) == 1024;
}