blackall = scr_dark_marker(-10, -10, spr_pixel_white); blackall.image_xscale = 999; blackall.image_yscale = 999; blackall.depth = 4000; blackall.image_blend = c_black; blackall.image_alpha = 1; blackall.visible = false; blackall.sunshadows_exclude = true; _parent = -4; _is_active = false; init = function(arg0) { _parent = arg0; }; show_overlay = function() { blackall.visible = true; }; show_text = function() { scr_speaker("noelle"); global.fe = 0; global.fc = 0; msgsetloc(0, "Nothing changed./%", "obj_ch5_LW20W_nothing_slash_Create_0_gml_27_0"); instance_create(camerax() + 100, cameray() + 100, obj_writer); with (obj_writer) { skippable = 0; preventcskip = true; autocenter = 1; disablebutton1 = 1; } _is_active = true; }; show_text_final = function() { blackall.visible = true; scr_speaker("noelle"); msgsetloc(0, "Nothing changed./", "obj_ch5_LW20W_nothing_slash_Create_0_gml_39_0"); msgnextloc("Because a Noelle/", "obj_ch5_LW20W_nothing_slash_Create_0_gml_40_0"); msgnextloc("Is just a Noelle./%", "obj_ch5_LW20W_nothing_slash_Create_0_gml_41_0"); instance_create(camerax() + 100, cameray() + 100, obj_writer); with (obj_writer) { skippable = 0; preventcskip = true; autocenter = 1; disablebutton1 = 1; } _is_active = true; }; hide = function() { _is_active = false; with (_parent) trigger_event("nothing_finished"); }; hide_overlay = function() { blackall.visible = false; };