1 | if (live_call()) |
2 | return global.live_result; |
3 | if (draw_aim_line == true) |
4 | { |
5 | draw_set_color(c_red); |
6 | draw_line_width(x + 2, y - 6, x + 2 + lengthdir_x(300, direction), (y - 6) + lengthdir_y(300, direction), 2); |
7 | } |
8 | draw_self(); |