Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_start_enemy_fleeing_froggit_intro_yellow

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

function scr_start_enemy_fleeing_froggit_intro_yellow() //gml_Script_scr_start_enemy_fleeing_froggit_intro_yellow { instance_create(((__view_get((0 << 0), 0)) + (__view_get((2 << 0), 0)) + 76), 128, obj_toriel_intro_yellow) }
() //gml_Script_scr_start_enemy_fleeing_froggit_intro_yellow
2
{
3
    instance_create(((__view_get((0 << 0), 0)) + (__view_get((2 << 0), 0)) + 76), 128, obj_toriel_intro_yellow)
4
}