Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_oasis_cafe_geno_Other_4
(
view raw script w/o annotations or w/e
)
1
if (place_meeting(x, y, obj_pl))
2
{
3
obj_pl.y += 5;
4
obj_pl.direction = 270;
5
}