Bot Quick config change
#55
This allows you to quickly switch config.
I used to have it so on player in war attacked it would switch to war profile.
I used to have it so on player in war attacked it would switch to war profile.
UI.Button("Change Config",
function()
configList = modules.game_bot.contentsPanel.config
configList:setCurrentOption("PvP")
end)
- remove | + add
19 Sep 2021