Undertale script viewer

← back to main script listing

gml_Script_scr_npcsetup

(view raw script w/o annotations or w/e)
1
halt = 0;
2
myinteract = 0;
3
stopped = 1;
4
movementtype = argument0;
5
facing = -1;
6
if (movementtype == 2)
7
    facing = 0;