Undertale script viewer

← back to main script listing

gml_Object_obj_torinteractable5_Step_2

(view raw script w/o annotations or w/e)
1
direction = 0;
2
if (talkedto > 0 && instance_exists(obj_dialoguer) == 0)
3
{
4
    instance_create(x - 12, y, obj_torhandhold1);
5
    instance_destroy();
6
}