Undertale script viewer

← back to main script listing

gml_Object_obj_songwriter_Create_0

(view raw script w/o annotations or w/e)
1
sting = "What the fuck is wrong ";
2
active = 0;
3
alarm[1] = 1;
gml_Object_obj_songwriter_Alarm_1.gml

stringlength = string_length(sting); scoord = 0; active = 1; newstring = "";
4
alpha = 0.3;
5
alarm[2] = 6;
gml_Object_obj_songwriter_Alarm_2.gml

scoord += 1; if (scoord <= stringlength) newstring += string_char_at(sting, scoord); else if (can_off) off = 1; alarm[2] = 3; if (gggg == 1) alarm[2] = 2; if (global.language == "ja") alarm[2] *= 2;
6
off = 0;
7
hspeed = 0.2;
8
newstring = "";
9
myfont = fnt_main;
10
gggg = 0;
11
can_off = 1;