| 1 | function scr_start_enemy_attacking_el_bailador_ext |
| 2 | { |
| 3 | instance_create(390, 74, obj_quote_bubble_battle_yellow_3); |
| 4 | if (global.route != 3) |
| 5 | instance_create(0, 0, obj_quote_battle_el_bailador); |
| 6 | else |
| 7 | instance_create_depth(0, 0, -1000, obj_quote_battle_el_bailador_g); |
| 8 | } |