| 1 | if (live_call()) |
| 2 | return global.live_result; |
| 3 | starting_point_x = x; |
| 4 | starting_point_y = y; |
| 5 | draw_position_x = starting_point_x; |
| 6 | draw_position_y = starting_point_y; |
| 7 | image_speed = 1; |
| 8 | image_index = 0; |
| 9 | is_talking = false; |