Undertale script viewer
← back to main script listing
gml_Object_obj_bombbul_Alarm_0
(
view raw script w/o annotations or w/e
)
1
b = instance_create(x, y, obj_blastbul);
2
b.dmg = dmg;
3
instance_destroy();