Since the change that made script commands case-sensitive, I've gotten literally hundreds of smal warnings on the console, from my custom scripts, because several of them had small "mistakes" such as:
Next;
GOTO
Switch(Select())
and so on. Was this change REALLY necessary?
And the worst part is when the console won't shut up about how to properly type labels. Those messages are littering my console:
[Error]: script_add_str: detected possible use of wrong case in a script. Found 'L_nozeny', probably meant to be 'L_NoZeny' (in 'pathway.txt').
What's the point of this message? If I change it to the suggested model, sometimes it'll trigger other warnings on other scripts with similar labels, asking me to change them as well. Is it trying to force me into not using the same label on different scripts, even if it can't see labels on other scripts? Once again, what's the point of this change?
Can we make the case-sentive thing optional? Having to go over 200+ custom scripts is a pain in the ass.
Since the change that made script commands case-sensitive, I've gotten literally hundreds of smal warnings on the console, from my custom scripts, because several of them had small "mistakes" such as:
Next;
GOTO
Switch(Select())
and so on. Was this change REALLY necessary?
And the worst part is when the console won't shut up about how to properly type labels. Those messages are littering my console:
What's the point of this message? If I change it to the suggested model, sometimes it'll trigger other warnings on other scripts with similar labels, asking me to change them as well. Is it trying to force me into not using the same label on different scripts, even if it can't see labels on other scripts? Once again, what's the point of this change?
Can we make the case-sentive thing optional? Having to go over 200+ custom scripts is a pain in the ass.
Share this post
Link to post
Share on other sites