To get the TaskManager instance from OldGrindBot now, you simply need to call:
I'll add other random things as requested, as I don't remember all the things people might have been relying on that changed. If you need any help or more info on something, please feel free to ask and I'll get it added as soon as possible.
Code:
var bot = BotManager.CurrentBot;
TaskManager taskManager = (TaskManager)bot.Execute("GetTaskManager");
// check for null, in case the current bot doesn't implement that logic.
I'll add other random things as requested, as I don't remember all the things people might have been relying on that changed. If you need any help or more info on something, please feel free to ask and I'll get it added as soon as possible.
