Looking at the HalfHill profile I found a small error.
I have set the main bot to be ProefesionBuddy. loaded this profile in and changed the secondary profile using Bot config (in the top right corner).
After this was done i started the bot. But everytime i started the bot it automatically changes from AutoAngler to Combat Bot.
The reason this was changing from AutoAngler to Combat Bot was this-(reading from the code)if secondary bot is not Combat bot (change to combat bot).
This seems a bit stupid to put in the code. so i went in and changed it from this:
if(SecondaryBot.Name != "Combat Bot")
Change Bot: Combat Bot
to
if(SecondaryBot.Name != "AutoAngler")
Change Bot: AutoAngler
this basically means if the secondary bot is not AutoAngler change it to AutoAngler.
This works even if i change the secondary bot to CombatBot(it automatically changes the secondary bot to AutoAngler)
Hope you fix this for people that don't understand anything about code and wouldn't want to go in and change stuff.
NIGHTFLOW