qazmlpok
2013-04-30, 11:33
Hi, I'm trying to use the gettext function to insert entire script lines for a VN that I'm translating. This method is somewhat working, but chokes upon reaching an @ in the script. Strangely, the @ is processed and the game enters clickwait mode, but upon clicking it immediately crashes with an error message stating that EOF was unexpectedly reached. The line number it is giving is 10884, while the script file itself has 10895 lines - so almost, but not quite the end of the file.
I can't find any way to make this symbol work. Nothing I put after it avoids the crash, including nothing at all. Doing a separate puttext "@" doesn't work either; in that case nothing happens at all.
Is there any way to make puttext work with the script token?
I can't find any way to make this symbol work. Nothing I put after it avoids the crash, including nothing at all. Doing a separate puttext "@" doesn't work either; in that case nothing happens at all.
Is there any way to make puttext work with the script token?