Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_mike_bigcat_Collision_obj_hand_collision

(view raw script w/o annotations or w/e)
1
if (act == 3)
2
    act = 0;
3
if (meowsnd == 0)
4
    meowsnd = 1;
5
happiness = max(100, happiness);
6
if (act == 0)
7
{
8
    act = 1;
9
    if (meowsnd == 0)
10
        meowsnd = 1;
11
}
12
pet = pet_max;
13
with (other)
14
{
15
    scr_sparkle_colour(10, 65280);
16
    instance_destroy();
17
}