| 1 | function scr_enemy_timer_attacks_asgore |
| 2 | { |
| 3 | if (instance_exists(obj_dialogue_box_battle_transformation_any) && obj_heart_battle_fighting_parent.moveable == true) |
| 4 | { |
| 5 | if (!instance_exists(obj_battle_enemy_attack_asgore_checker)) |
| 6 | instance_create(0, 0, obj_battle_enemy_attack_asgore_checker); |
| 7 | } |
| 8 | } |