Undertale script viewer
← back to main script listing
gml_Object_obj_dogetrigger1_Create_0
(
view raw script w/o annotations or w/e
)
1
if (global.plot >= 42)
2
{
3
instance_destroy();
4
}
5
else
6
{
7
image_yscale = 9999;
8
conversation = 0;
9
x -= 2;
10
}