I've got an issue where whenever I run a script from OSBot, it won't actually run the script. The logger shows everything up to "Started bot #1", then nothing after I hit play on the script.
I've refreshed the scripts interface a bunch of times and restarted OSBot quite a few times now, to no avail.
Here's my code:
https://pastebin.com/16bH6f2d
There are two bits there. the top half is my CombatManager class, the bottom half is the chunk of code in my main file that actually uses that class. I've already been using the omitted code for the bot extensively, so I know the issue is coming from somewhere inside of the combat behavior. Anyone have any idea why it won't work?