1 |
if (live_call()) |
2 |
return global.live_result; |
3 |
draw_set_font(fnt_main); |
4 |
draw_set_halign(fa_left); |
5 |
draw_set_alpha(choice_alpha); |
6 |
draw_set_font(fnt_battle); |
7 |
draw_set_color(c_white); |
8 |
draw_set_halign(fa_center); |
9 |
if (p[1] == true && choice_alpha >= 1) |
10 |
draw_set_color(c_yellow); |
11 |
draw_text(120, 100, string_hash_to_newline("RESET")); |
12 |
draw_set_color(c_white); |
13 |
if (p[2] == true) |
14 |
draw_set_color(c_yellow); |
15 |
draw_text(200, 100, string_hash_to_newline("STAY")); |
16 |
draw_set_halign(fa_left); |
17 |
draw_set_color(c_white); |
18 |
draw_set_alpha(1); |