In the lines with "scr_gettext", the program adds a comment with the contents of this line in English. But sometimes the next line of code is written to the comment instead, and the line itself is deleted. This, one line will be erased every time you save file.
It looks like each file has no more than one line deleting the others.
Reproducing steps
Variant 1:
Open the Undertale's data.win file.
Open code file "gml_Object_obj_papyrus8_Step_0".
Line 331 deletes line 332.
Variant 2:
Open the Undertale's data.win file.
Open code file "gml_Object_obj_papyrusboss_Step_0".
Describe the bug
In the lines with "scr_gettext", the program adds a comment with the contents of this line in English. But sometimes the next line of code is written to the comment instead, and the line itself is deleted. This, one line will be erased every time you save file. It looks like each file has no more than one line deleting the others.
Reproducing steps
Variant 1:
Variant 2:
Variant 3:
Setup Details