Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_queencar_talktrigger_Collision_obj_queencar

(view raw script w/o annotations or w/e)
1
if (specialtalkcon == 0)
2
{
3
    with (other)
4
    {
5
        dotalk = 1;
6
        talkcon++;
7
    }
8
}
9
else
10
{
11
    other.specialtalkcon = specialtalkcon;
12
    other.dospecialtalk = 1;
13
}
14
instance_destroy();