draw_set_color(c_black); draw_set_alpha(image_alpha3 / 1.4); d_rectangle(camerax(), y - 42, camerax() + camerawidth(), y + 80, false); draw_set_alpha(1); draw_set_color(c_white); if (image_xscale < 0.5) image_xscale += 0.05; draw_self(); draw_set_font(scr_84_get_font("mainbig")); if (image_alpha2 < 1 && con != 1) image_alpha2 += 0.1; if (con == 0) { draw_text_color(x - 42, y + 40, stringsetloc("HIT IT!", "obj_scarecrow_intimidate2_slash_Draw_0_gml_19_0"), c_white, c_white, c_white, c_white, image_alpha2); draw_sprite_ext(spr_undertale_combat_thing2, 0, (x + bar_x) - 137 - 7 - 60, y - 17, 1, 1, 0, c_white, image_alpha3); }