1 | function scr_enemy_attack_dalv_lightning_vertical |
2 | { |
3 | if (global.attack_counter_max != 40) |
4 | { |
5 | global.attack_counter_max = 40; |
6 | global.attack_counter = global.attack_counter_max; |
7 | } |
8 | if (global.attack_counter == 0) |
9 | instance_create(obj_heart_battle_fighting_parent.x, round(obj_dialogue_box_battle_transformation_any.bbox_top + ((obj_dialogue_box_battle_transformation_any.bbox_bottom - obj_dialogue_box_battle_transformation_any.bbox_top) / 2)), obj_battle_enemy_attack_dalv_lightning_vertical_warning); |
10 | } |