Hi, I haven't posted much on here, but I've been active in the chatbox from time to time. I have been attempting to make a script that completes three quests (Cook's Assistant, Doric's Quest, and Goblin Diplomacy) all automated. The main problems I've come across so far is the organization of all the code and determining when certain actions should occur. I've tried to take into account many possibilities when starting the script so evidently I have had to write many conditions.
I feel that understanding what configs are and how they can be used would be very beneficial for me to simplify a lot of these conditions. From what I've been able to ascertain they can be used to determine what stage of a quest you are on. The only information I could find related to configs in the api was the Configs api page itself: http://osbot.org/api/org/osbot/rs07/api/Configs.html
The only other thing I've been able to find relating to configs is the Configs option in OSBot: http://prntscr.com/dgokzc
How can I get the config values for a certain quest?
An example as to how they could be used would also be nice