I am. Only 276 of the 316 scripts are showing up in the load order. Thats around a 12.66% failure rate for loading scripts, which is insane. And its not like I am just doing something wrong with the scripts, there really isnt any rhyme or reason as to which scripts are loaded and which are not. Take the following for example:
This script loads perfectly fine, meanwhile:
This script, which is nearly identical, does not load for whatever reason. The only difference between these scripts is which button is pressed. Literally an inconsequential 1 character difference, yet it doesnt appear in the load order.
I should also mention that I am able to force load all scripts on launch with another script, but that does not allow me to change the load order, and it does not work if concatenate scripts is turned on. Admittedly this is fine for limited testing, but if I need to publish the project or if I need some script to run before another I am kinda screwed.
Do you have any idea what could be causing this? Or is there some way to force a script into the load order?