con = -1; if (global.plot >= 50 && global.plot < 590) { with (obj_border_controller) show_border(); } var book_pillar = instance_create(640, 265, obj_npc_sign); book_pillar.sprite_index = spr_castle_book_pillar; with (book_pillar) { image_xscale = 2; image_yscale = 2; scr_depth(); } var bakery_readable = instance_create(1240, 560, obj_readable_room1); with (bakery_readable) { image_xscale = 2; image_yscale = 2; extflag = "bakery_sign"; } var cyber_readable = instance_create(1160, 1000, obj_readable_room1); with (cyber_readable) { extflag = "cyber_door"; image_xscale = 4; image_yscale = 2; } if (global.plot >= 390) { var credits_event = instance_create(0, 0, obj_credits_ch5_castle_town); } else { var rudinn_npc = instance_create(955, 1202, obj_npc_room); with (rudinn_npc) { sprite_index = spr_npc_diamond_sleepy; extflag = "castle_rudinn"; scr_depth(); } var malius_npc = instance_create(1122, 686, obj_npc_hammerguy); with (malius_npc) scr_depth(); var malius_bench = instance_create(malius_npc.x + 89 + 3, malius_npc.y + 76, obj_solidblock); with (malius_bench) { scr_darksize(); sprite_index = spr_dw_castle_maliusworkbench; visible = true; depth = malius_npc.depth + 1; } if (scr_enemyrecruitcheck("mizzle")) var mizzle_group = instance_create(0, 0, obj_npc_castle_town_mizzle); } if (scr_tenna_alt_plot()) { with (obj_castle_tv) { sprite_index = spr_dw_castle_tv_closed; scr_depth(); } var tv_block = instance_create(960, 560, obj_solidblocksized); with (tv_block) image_xscale = 2; var tv_readable = instance_create(tv_block.x, tv_block.y, obj_readable_room1); with (tv_readable) { extflag = "closed_tv"; image_xscale = 3; } }