Undertale script viewer

← back to main script listing

gml_Object_obj_inwaterspot_Collision_1576

related scripts: Alarm_0 • Collision_1576 • Create_0 • Other_4 • Step_2

(view raw script w/o annotations or w/e)
1
check = 0;
2
if (other.inwater == 0)
3
{
4
    other.inwater = 1;
5
    check = 1;
6
}