I have the following functionality, currently made with PacalScript, and I want to implement it in Python.
I create a script component on the fly and programmatically create some variables of different types inside it.
After I load the script proportionated by the user and I execute i...