Undertale script viewer

← back to main script listing

gml_Object_obj_torieltrigger6_Step_0

(view raw script w/o annotations or w/e)
1
if (conversation == 1 && instance_exists(obj_dialoguer) == 0)
2
{
3
    global.interact = 0;
4
    conversation = 2;
5
    with (toriel)
6
        path_start(path_walkright, 4, path_action_stop, 0);
7
    global.plot = 18;
8
    instance_destroy();
9
}