Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_teevie_audiencepits_stealthtrig_Step_0

(view raw script w/o annotations or w/e)
1
if (mycrowd == -4)
2
{
3
    if (room == room_dw_teevie_audiencepits)
4
    {
5
        with (obj_dw_teevie_cameras_cheer)
6
        {
7
            if (x == other.x && y == (other.y - 140))
8
                other.mycrowd = id;
9
        }
10
    }
11
}
12
var trig = false;
13
if (i_ex(obj_mainchara))
14
{
15
    if (place_meeting(x, y, obj_mainchara))
16
        trig = true;
17
}
18
with (mycrowd)
19
    active = trig;