Undertale script viewer

← back to main script listing

gml_Object_obj_spiderbulletparent_Collision_364

(view raw script w/o annotations or w/e)
1
scr_damagestandard_x();
2
if (global.hp <= 0)
3
{
4
    obj_heart.x = obj_purpleheart.x;
5
    obj_heart.y = obj_purpleheart.y;
6
}