Undertale script viewer
← back to main script listing
gml_Object_obj_heartshot_pl_Step_0
(
view raw script w/o annotations or w/e
)
1
if (y < 50)
2
{
3
if (instance_exists(obj_ratingsmaster))
4
global.ratings -= 5;
5
instance_destroy();
6
}