Undertale script viewer

← back to main script listing

gml_Object_obj_xbulletgen_Alarm_2

(view raw script w/o annotations or w/e)
1
xx = (room_width / 2) + choose(140, -140);
2
xbul = instance_create(xx, obj_heart.y, obj_xbullet);
3
alarm[2] = 36;
gml_Object_obj_xbulletgen_Alarm_2.gml

xx = (room_width / 2) + choose(140, -140); xbul = instance_create(xx, obj_heart.y, obj_xbullet); alarm[2] = 36;