| 1 | if (live_call()) |
| 2 | return global.live_result; |
| 3 | image_speed = 0; |
| 4 | charge_percentage = 0; |
| 5 | charge_time = 30; |
| 6 | charge_time_max = 30; |
| 7 | is_charged = false; |
| 8 | is_charging = false; |
| 9 | charge_sound = 0; |
| 10 | auto_shoot = false; |
| 11 | can_shoot = false; |
| 12 | draw_hint = false; |
| 13 | hint_alpha = 0; |