1 | if (live_call()) |
2 | return global.live_result; |
3 | draw_set_alpha(hint_button_alpha); |
4 | draw_sprite(spr_conveyor_puzzle_hint_left, global.left_key, 330, 170); |
5 | draw_sprite(spr_conveyor_puzzle_hint_right, global.right_key, 370, 170); |
6 | draw_set_alpha(1); |