Undertale script viewer

← back to main script listing

gml_Object_obj_creditbullet_Create_0

(view raw script w/o annotations or w/e)
1
text = "test";
2
active = 0;
3
aa = 0;
4
width = 0;
5
visible = false;
6
alarm[0] = 1;
gml_Object_obj_creditbullet_Alarm_0.gml

visible = true; active = 1; width = string_width(text);
7
action = 0;
8
stretch = 0;
9
hitted = 0;