Undertale script viewer

← back to main script listing

gml_Object_obj_flowey_master_Other_20

(view raw script w/o annotations or w/e)
1
if (instance_exists(obj_flowey_bulletmaster) == 0)
2
{
3
    instance_create(0, 0, obj_flowey_bulletmaster);
4
    drawhp = 1;
5
}