Hello,
I want to try my hands at more complicated scripts now that I've made one, but I'm very unsure of how to go about separating out the logic for different actions or states that I expect my bot to encounter. I'd like to have a separate class for each state that my bot will exist in, but I'm not sure how to relate that to the main onLoop method inherited from Script
Any suggestions?