Undertale script viewer

← back to main script listing

gml_Object_obj_centeract_parent_Other_14

(view raw script w/o annotations or w/e)
1
with (obj_flowey_bulletmaster)
2
    soulmax = 1000;
3
if (obj_flowey_master.dcon == 30)
4
{
5
    obj_flowey_master.dcon = 31;
6
    instance_destroy();
7
}