Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_start_enemy_fleeing_decibat

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

function scr_start_enemy_fleeing_decibat() //gml_Script_scr_start_enemy_fleeing_decibat { instance_create(422, 74, obj_quote_bubble_battle_yellow_2) instance_create(0, 0, obj_quote_battle_decibat_flee) }
() //gml_Script_scr_start_enemy_fleeing_decibat
2
{
3
    instance_create(422, 74, obj_quote_bubble_battle_yellow_2)
4
    instance_create(0, 0, obj_quote_battle_decibat_flee)
5
}