plot_check_on = true; plot_flag = 1455; plot_post = 30; turnofflayers("DEBUG"); if (scr_debug()) scr_setparty(1, 1); con = -1; timer = 0; init = 0; interjection = 0; fadeinshortcut = false; depth_anchor = 96000; if (plot_check_on == false || scr_flag_get(plot_flag) < plot_post) { con = 0; shortcutlayer = layer_get_id("TILES_SHORTCUT"); layer_y(shortcutlayer, 120); shortcutalpha = scr_makemarker_fromstruct(findspriteinfo(spr_pixel_white, undefined, c_black)); shortcutalpha.image_alpha = 1; blackall = scr_marker(-10, -10, spr_whitepx); blackall.image_xscale = room_width + 20; blackall.image_yscale = room_height + 20; blackall.image_alpha = 0; blackall.image_blend = c_black; blackall.depth = 0; } else { if (global.flag[1455] < 100) { table_marker = scr_marker_fromasset(findsprite(spr_dw_garden_diner_roundtable, "DEBUG_ASSETS")); plate_marker = scr_marker_fromasset(findsprite(spr_green_plate, "DEBUG_ASSETS")); with (table_marker) { x -= 4; scr_depth(self); var ref = instance_create(x, y - 8, obj_reflection); with (ref) { sprite_index = spr_dw_garden_diner_roundtable_reflection; scr_darksize(); } } with (plate_marker) { depth = other.table_marker.depth - 1; x -= (0.5 * sprite_width); y -= (0.5 * sprite_height); x += 6; y += 1; } with (instance_create(table_marker.x + 2, table_marker.y + 40, obj_solidblocksized)) { image_xscale = 1.5; image_yscale = 0.5; } } con = 999; }