@realcaseyrollins
not sure what recursion means in this context..
I'm using a series of different functions to do the lion's share of the work but I'm using a single "status" dictionary for most of them to work with
thinking I need to scope out what I'm doing and how I'm doing it, just not really sure where to start as I'm an amateur coder at best
@realcaseyrollins this is possible, maybe I've gone too far on the OOP vibe, I'll see if I can roll a few of them up into something more manageable
How many different functions are you using? Maybe things are too modularly broken up.