Undertale script viewer

← back to main script listing

gml_Object_obj_smallfrog_Create_0

(view raw script w/o annotations or w/e)
1
myinteract = 0;
2
image_xscale = 1;
3
image_yscale = 1;
4
image_speed = 0.1;
5
if (room == room_ruins13 && x > 300 && x < 400)
6
{
7
}