Undertale script viewer

← back to main script listing

gml_Object_obj_nextbattle_pl_KeyPress_32

(view raw script w/o annotations or w/e)
1
if (global.attacktype != 49)
2
    global.attacktype += 1;
3
else
4
    global.attacktype = 56;
5
room_goto(room_first);