Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_path_test_Step_0

(view raw script w/o annotations or w/e)
1
if (mouse_check_button_pressed(mb_left))
2
{
3
    mx = mouse_x;
4
    my = mouse_y;
5
}