switch (talkcon) { case 0: break; case 1: scr_speaker("yellow"); msgsetsubloc(0, "~1* Thanks for not attacking the gun^1,~2y'all.", (global.lang == "ja") ? "\\m4\t\t\t" : "\\m4\t\t", (global.lang == "ja") ? "&\t\t\t\t" : "&\t\t", "obj_plat_enm_yellow_punishmentgun_slash_Other_20_gml_20_0"); d_make_plat(0, 1); with (obj_slashpusher) { if (draw_yellow) yellow_index = 2; } break; case 2: scr_speaker("yellow"); msgsetsubloc(0, "~1* Phew-siree^1, I'm glad we all agreed~2not to attack the gun.", (global.lang == "ja") ? "\\m4\t\t\t" : "\\m4\t\t", (global.lang == "ja") ? "&\t\t\t\t" : "&\t\t", "obj_plat_enm_yellow_punishmentgun_slash_Other_20_gml_30_0"); d_make_plat(0, 1); break; case 3: scr_speaker("yellow"); msgsetsubloc(0, "~1* Why are you attackin' my gun!?", (global.lang == "ja") ? "\\m4\t\t\t" : "\\m4\t\t", (global.lang == "ja") ? "&\t\t\t\t" : "&\t\t", "obj_plat_enm_yellow_punishmentgun_slash_Other_20_gml_37_0"); d_make_plat(0, 1); with (obj_slashpusher) { if (draw_yellow) yellow_index = 3; } break; case 10: scr_speaker("yellow"); msgsetsubloc(0, "~1* If I move^1, you can't hit it!", (global.lang == "ja") ? "\\m4\t\t\t" : "\\m4\t\t", (global.lang == "ja") ? "&\t\t\t\t" : "&\t\t", "obj_plat_enm_yellow_punishmentgun_slash_Other_20_gml_47_0"); d_make_plat(0, 1, undefined, undefined, 1); with (obj_slashpusher) { if (draw_yellow) yellow_index = 0; } break; case 11: scr_speaker("yellow"); msgsetsubloc(0, "~1* Maybe middle was best.", (global.lang == "ja") ? "\\m4\t\t\t" : "\\m4\t\t", (global.lang == "ja") ? "&\t\t\t\t" : "&\t\t", "obj_plat_enm_yellow_punishmentgun_slash_Other_20_gml_57_0"); d_make_plat(0, 1, undefined, undefined, 1); with (obj_slashpusher) { if (draw_yellow) yellow_index = 1; } break; case 13: scr_speaker("yellow"); msgsetsubloc(0, "~1* Thanks for the knives^1, Aqua.", (global.lang == "ja") ? "\\m4\t\t\t" : "\\m4\t\t", (global.lang == "ja") ? "&\t\t\t\t" : "&\t\t", "obj_plat_enm_yellow_punishmentgun_slash_Other_20_gml_67_0"); d_make_plat(0, 1, undefined, undefined, 1); with (obj_slashpusher) { if (draw_yellow) yellow_index = 5; } break; case 20: scr_speaker("yellow"); msgsetsubloc(0, "~1* Whoops^1! Those knives are for me.", (global.lang == "ja") ? "\\m4\t\t\t" : "\\m4\t\t", (global.lang == "ja") ? "&\t\t\t\t" : "&\t\t", "obj_plat_enm_yellow_punishmentgun_slash_Other_20_gml_77_0"); d_make_plat(0, 1, undefined, undefined, 1); with (obj_slashpusher) { if (draw_yellow) yellow_index = 0; } break; case 21: scr_speaker("yellow"); msgsetsubloc(0, "~1* Careful^1! Someone'll get hurt!", (global.lang == "ja") ? "\\m4\t\t\t" : "\\m4\t\t", (global.lang == "ja") ? "&\t\t\t\t" : "&\t\t", "obj_plat_enm_yellow_punishmentgun_slash_Other_20_gml_87_0"); d_make_plat(0, 1, undefined, undefined, 1); with (obj_slashpusher) { if (draw_yellow) yellow_index = 3; } break; }