I have a script, which among other macros declares:
However, when I load my project, I have (three times so far) seen this line has changed itself to:
which breaks the code. I'm wondering how to fix this (and as a bonus, if anyone knows why this happens). Thanks heaps.
GML:
#macro DEFAULT_TEXT $"Default text for {object_get_name(object_index)}."
GML:
#macro DEFAULT_TEXT Default text for object_get_name(object_index).