Undertale script viewer

← back to main script listing

gml_Object_obj_spinbullet_huge_Collision_1587

(view raw script w/o annotations or w/e)
1
if (trick == 0)
2
    event_inherited();
3
if (trick == 1)
4
{
5
    snd_play(snd_heal_c);
6
    global.my_hp = 50;
7
    obj_flowey_master.dcon = 40;
8
    with (object_index)
9
        instance_destroy();
10
}
11
if (trick == 2)
12
{
13
    with (obj_spinbullet_final_gen)
14
        event_user(1);
15
}