Undertale script viewer

← back to main script listing

gml_Script_scr_phone_moveup

(view raw script w/o annotations or w/e)
1
for (i = argument0; i > 0; i -= 1)
2
    global.phone[i] = global.phone[i - 1];
3
global.phone[0] = argument1;
4
script_execute(scr_phonename);