if (scr_debug() && sunkus_kb_check_pressed(122) && spriteID != -4) { otherfound = false; scr_debug_print("searching for objects that use " + string(sprite_get_name(spriteID)) + ":"); with (all) { if (sprite_index == other.spriteID) { scr_debug_print(object_get_name(object_index)); other.otherfound = true; } } if (!other.otherfound) scr_debug_print("didn't find anything...?"); }