Undertale script viewer
← back to main script listing
gml_Object_obj_undynefall_Other_11
(view raw script w/o annotations or w/e)
1 |
if (waterthing == 0) |
2 |
{ |
3 |
with (obj_watercooler) |
4 |
havewater = 0; |
5 |
con = 10; |
6 |
waterthing = 1; |
7 |
global.interact = 1; |
8 |
with (OBJ_WRITER) |
9 |
instance_destroy(); |
10 |
} |