@Potbelly(View Post) You can go to this page: https://starcatcher.us/scripts?view=127 and click on "Edit this script" to submit an update to the script. After the update is approved by a moderator, an "Update" button will appear next to it in the script manager. The "ID" field probably shouldn't show up for new submissions, maybe i'll change that later. It's not something users can edit.
Before approving your script, I made some changes to fix the elements not showing up in the menus. This is the proper way to do that, be sure to use the elem.SC_ constants and set MenuVisible to 1: elem.property(elem.TIMO_PT_SATU, "MenuSection", elem.SC_NUCLEAR) elem.property(elem.TIMO_PT_SATU, "MenuVisible", 1)
You also had some lines like: elements.element(elements.DEFAULT_PT_GLOW) This doesn't do anything by itself. You need to do elements.element(elem.TIMO_PT_SATU,elements.element(elements.DEFAULT_PT_GLOW)) in order to copy the properties from GLOW to your element. Also, ,by doing this, it means you won't need the above MenuVisible property set to 1, because GLOW already has it set to 1. I deleted the lines, if you want your elements to copy the properties of GLOW / whatever else, then you can add them back.
Also you don't need to set the "State" property any more. It got removed.
@jacob1 (wherever you are): You should add a +2 button for posts.
I didn't try this mod, but from what I've read, it will be amazing. Once I go to my sad computer, I will download it at the speed of light (well, at the speed of internet is maybe a correct expression :))
To not double post, I will just edit this one, K? Okay. This. Mod. Is. Epic. The only thing I'm going to say.