Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_npc_castle_cafe_Step_0

(view raw script w/o annotations or w/e)
1
if (tm_con == 1 && !i_ex(obj_writer))
2
{
3
    tm_con = 0;
4
    snd_play(snd_whip_crack_only);
5
}
6
if (t_con == 1 && !i_ex(obj_writer))
7
{
8
    t_con = 0;
9
    snd_play(snd_electric_meow);
10
}