| 1 | if (live_call()) |
| 2 | return global.live_result; |
| 3 | damage_number = scr_determine_damage_number_enemy |
| 4 | image_alpha = 0; |
| 5 | image_speed = 0; |
| 6 | image_xscale = 1; |
| 7 | image_yscale = 1; |
| 8 | scene = 0; |
| 9 | cutscene_timer = 0; |
| 10 | turn_speed = 0; |
| 11 | turn_speed_max = 2; |
| 12 | warning_line_alpha = 0; |
| 13 | if (!instance_exists(obj_surface_drawer)) |
| 14 | instance_create_depth(0, 0, depth - 1, obj_surface_drawer); |