Undertale script viewer

← back to main script listing

gml_Object_obj_grillbynpc_hotandbothered_Step_1

(view raw script w/o annotations or w/e)
1
if (fun == 0)
2
    scr_npc_anim
scr_npc_anim

tt = 0; if (myinteract == 3) { if (instance_exists(OBJ_WRITER)) { image_speed = 0.2; if (OBJ_WRITER.halt != 0) tt = 1; } else { tt = 1; } } if (tt == 1) { image_speed = 0; image_index = 0; }
();