Is it possible to activate a button box that was created by a previously running script? Essentially, I'm looking to simulate a button press.
Example:
[Script A creates object buttonbox(1)]
[Script B contains a line similar to one below, to simulate pressing the buttonbox]
buttonbox(1) << run script;
Then, script B would be run any time after script A and would call the script from buttonbox(1).