Undertale script viewer

← back to main script listing

gml_Object_obj_boardride_a_Create_0

(view raw script w/o annotations or w/e)
1
if (room == room_water7 && global.plot > 108)
2
{
3
    instance_create(x, y, obj_solidsmall);
4
    instance_destroy();
5
}
6
interacted = 0;
7
active = 1;
8
finalx = 1000;