I have created code within a library and have functions within my custom script that I want to be able to use on any map through the GUI as well as referencing them with code. Currently I can only get these to work with a custom script action. I plan on releasing this library to the public soon, but I want it to be easy for people to use and configure through the GUI. I know I could make functions with the GUI in my library and insert the custom script that calls my functions there, but I'd rather just have more direct access to these functions than tunnel through redundant functions.
I have created code within a library and have functions within my custom script that I want to be able to use on any map through the GUI as well as referencing them with code. Currently I can only get these to work with a custom script action. I plan on releasing this library to the public soon, but I want it to be easy for people to use and configure through the GUI. I know I could make functions with the GUI in my library and insert the custom script that calls my functions there, but I'd rather just have more direct access to these functions than tunnel through redundant functions.
Thanks!
This would be your best bet, I do not know a better way.