Andrew, how do you do it, that a script gets reloaded from file on each execution?
The first custom script, the one that is called from the menu or button, will be reloaded each time, if the "beginEvent" hook ends with a "delete Foo" statement, Foo being the name of the class itself.
But classes instantiated inside of this class will not be reloaded the next time the first one is instantiated, and if I delete them, they will be missing then.
There must be a special trick that you apply and that I dont understand. Would you explain?
Peter