Undertale script viewer

← back to main script listing

gml_Object_obj_torieltrigger3_Create_0

(view raw script w/o annotations or w/e)
1
image_xscale = 50;
2
image_yscale = 1;
3
conversation = 0;
4
if (global.plot > 6)
5
    instance_destroy();
6
if (global.plot == 5.5)
7
    conversation = 3;
8
if (global.plot == 6)
9
    conversation = 4;