if (d == 0) scr_depth(); if (fun == 0) { if (instance_exists(obj_face_papyrus)) { image_index = obj_face_papyrus.image_index; } else { myinteract = 0; if (speed == 0 && path_speed == 0) { image_index = 0; image_speed = 0; } if (speed > 0) image_speed = 0.2; if (path_speed > 0) image_speed = 0.2; if (path_position == 1) { image_index = 0; image_speed = 0; } if (npcdir == 1) scr_npcdir(0); } }