Undertale script viewer
← back to main script listing
gml_Object_obj_inwaterspot_Collision_1576
(
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
}