Sorry for the double-post, but I wanted to make sure this wasn't missed.
If you have a function in a module (and probably global) script that took a "const string" and you change it to take a "String", then when this function is called in a room script with a string literal, it fails unless you add a blank line to the script or somesuch to make it become "dirty".
If you have a function in a module (and probably global) script that took a "const string" and you change it to take a "String", then when this function is called in a room script with a string literal, it fails unless you add a blank line to the script or somesuch to make it become "dirty".