Undertale script viewer
← back to main script listing
gml_Script_SCR_NEWLINE
(
view raw script w/o annotations or w/e
)
1
if (vtext)
2
{
3
myx -= vspacing;
4
myy = writingy;
5
}
6
else
7
{
8
myx = writingx;
9
myy += vspacing;
10
}