1 | draw_set_color(image_blend); |
2 | draw_set_alpha(image_alpha); |
3 | scr_84_set_draw_font |
4 | draw_text(x, y, string_hash_to_newline(msg)); |
5 | draw_set_alpha(1); |
6 | image_alpha -= 0.1; |
7 | if (image_alpha < 0) |
8 | instance_destroy(); |
9 | if (global.interact != 5) |
10 | instance_destroy(); |