Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_dbulletcontroller_CleanUp_0

(view raw script w/o annotations or w/e)
1
if (save_kris_hp == global.hp[1] && save_susie_hp == global.hp[2] && save_kralsei_hp == global.hp[3] && type == 146)
2
    global.flag[1870] = 1;
3
if (type == 630 && i_ex(obj_flowery_enemy))
4
{
5
    if (obj_flowery_enemy.did_sethaqua_attack_hit_count < 3)
6
        obj_flowery_enemy.did_sethaqua_attack_without_getting_hurt = true;
7
    obj_flowery_enemy.did_sethaqua_attack_hit_count = 0;
8
}