Quantcast
Channel: Tech Support
Viewing all articles
Browse latest Browse all 1715

Macro re-writes itself (sometimes) on project load

$
0
0
I have a script, which among other macros declares:

GML:
#macro DEFAULT_TEXT $"Default text for {object_get_name(object_index)}."
However, when I load my project, I have (three times so far) seen this line has changed itself to:

GML:
#macro DEFAULT_TEXT Default text for object_get_name(object_index).
which breaks the code. I'm wondering how to fix this (and as a bonus, if anyone knows why this happens). Thanks heaps.

Viewing all articles
Browse latest Browse all 1715

Trending Articles