I am writing some code for a new form and I wanted to put each 'object'
into its own script object - to keep things clean.However, I am having
difficulty instantiating one object from another object. When you try to
instantiate an object from a different script objectexecution of the
code stops without any errors outputted to the console.The only
workaround I have been able to come up with is to create another
function in the same script object that my object is in and then from
that wrapper fun...