Undertale script viewer

← back to main script listing

gml_Object_obj_waterboard_Alarm_2

(view raw script w/o annotations or w/e)
1
using = 7;
2
move_snap(20, 20);
3
block = instance_position(x + 10, y + 10, obj_solidparent);
4
if (block != -4)
5
{
6
    if (instance_exists(obj_bellblossom))
7
    {
8
        obj_bellblossom.block2 = block;
9
        with (obj_bellblossom)
10
            event_user(0);
11
    }
12
    block.x = 0;
13
    block.y = 0;
14
}
15
using = 99;
16
image_speed = 0;
17
image_index = 6;
18
depth = 800000;