Undertale script viewer
← back to main script listing
gml_Object_obj_centeract_parent_Step_1
(
view raw script w/o annotations or w/e
)
1
if (image_index == 1)
2
{
3
if (control_check_pressed(0))
4
event_user(4);
5
}
6
image_index = 0;