Undertale script viewer

← back to main script listing

gml_Object_obj_torieltrigger2_Create_0

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