Undertale script viewer
← back to main script listing
gml_Object_obj_slowdownwalk_x_Create_0
(view raw script w/o annotations or w/e)
|
1
|
sl = 0;
|
|
2
|
image_xscale = 19;
|
|
3
|
image_yscale = 20;
|
|
4
|
onner = 0;
|
|
5
|
doom = 0;
|
|
6
|
if (global.plot > 164)
|
|
7
|
{
|
|
8
|
instance_destroy();
|
|
9
|
exit;
|
|
10
|
}
|