1 | if (live_call()) |
2 | return global.live_result; |
3 | display_set_gui_size(640, 480); |
4 | var camera_x = camera_get_view_x(view_camera[0]) * 2; |
5 | var camera_y = camera_get_view_y(view_camera[0]) * 2; |
6 | draw_set_font(fnt_chem_computer_screen); |
7 | draw_set_color(c_lime); |
8 | draw_text(((x * 2) + 155) - camera_x, (y + 126) - camera_y, screen_message_current + screen_cursor); |
9 | draw_set_color(c_black); |
10 | draw_rectangle(0, 0, -400, 999, false); |
11 | display_set_gui_size(320, 240); |