Can someone make a plugin that would allow me to change the project in different ways by running javascript through a plugin. I want to be able to create objects and destroy objects and run their commands by running javascript. I need this because I want to create a game that can be modded by loading a javascript file through a file reader then executeing that javascript in different situations (example: when object clicked run "onObjectClicked();" (which would be defined in the javascript file that was loaded earlier)).