Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_action_set_alarm

(view raw script w/o annotations or w/e)
1
function action_set_alarm(arg0, arg1)
2
{
3
    alarm_set(arg1, arg0);
4
}