AutomaticCoding
New Member
- Joined
- Dec 20, 2011
- Messages
- 1,091
- Reaction score
- 1
I need to add:
if(InBG) {
if(bot.isOff) {
bot.start();
}
}
How do I check if the bot is active? I worked out how to start/stop it, just not check if its' already on.
if(InBG) {
if(bot.isOff) {
bot.start();
}
}
How do I check if the bot is active? I worked out how to start/stop it, just not check if its' already on.
Last edited:






