Undertale script viewer

← back to main script listing

gml_Object_obj_xbulletgen_Create_0

(view raw script w/o annotations or w/e)
1
alarm[1] = 1;
gml_Object_obj_xbulletgen_Alarm_1.gml

xx = (room_width / 2) + choose(140, -140); xbul = instance_create(xx, random(global.idealborder[2] + c_borderheight(0)) + 20, obj_xbullet); alarm[1] = 4;
2
alarm[2] = 37;
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;