Currently, you can only have one script per event. But I was wondering if it would be possible to have multiple scripts per event. And you could name each script.
In the scripts tab it says something like
- Default
- Update
- Keydown
But I propose for it to say something like
- Default initFuncs
- Default default
- Update name1
- Update name2
- Keydown keydown
You could also change the priority of the scripts so if there are multiple scripts for a single event, the ones with the highest priority run first.