| 1 | with (obj_battle_enemy_attack_martlet_ff_1_checker) |
| 2 | instance_destroy(); |
| 3 | with (obj_dialogue_box_battle_transformation_any) |
| 4 | { |
| 5 | if (instance_exists(obj_martlet_body) && global.enemy_mode == 5 && global.turns_passed == 4) |
| 6 | script_execute(scr_start_during_attack_dialogue_martlet_pacifist); |
| 7 | else |
| 8 | event_user(0); |
| 9 | } |