Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_start_enemy_attacking_bowll_solo_ext

(view raw script w/o annotations or w/e)
1
function scr_start_enemy_attacking_bowll_solo_ext
scr_start_enemy_attacking_bowll_solo_ext

function scr_start_enemy_attacking_bowll_solo_ext() { instance_create(414, 94, obj_quote_bubble_battle_yellow_2); instance_create(0, 0, obj_quote_battle_bowll_a); }
()
2
{
3
    instance_create(414, 94, obj_quote_bubble_battle_yellow_2);
4
    instance_create(0, 0, obj_quote_battle_bowll_a);
5
}