I apologize if this has been asked before, none of the phrases I tried seemed to find a relevant question and subsequent answer.
I am using "dofile" in a main script of sorts in order to manage multiple scripts split into separate files based on what they do. The problem is, when I make a change to one of them and save it, it does not change the main script file and so it does not trigger a refresh and update.
I'm looking for some methods by which I can automate this process. How do I get the scripts to refresh on the update of a subscript?
I am using "dofile" in a main script of sorts in order to manage multiple scripts split into separate files based on what they do. The problem is, when I make a change to one of them and save it, it does not change the main script file and so it does not trigger a refresh and update.
I'm looking for some methods by which I can automate this process. How do I get the scripts to refresh on the update of a subscript?