Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_start_enemy_fleeing_feisty_four

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

function scr_start_enemy_fleeing_feisty_four() { with (obj_enemy_controller_feisty_four) { case_exec = "T10 Vanish Ace"; event_user(0); case_exec = "T10 Vanish Mooch"; event_user(0); } }
()
2
{
3
    with (obj_enemy_controller_feisty_four)
4
    {
5
        case_exec = "T10 Vanish Ace";
6
        event_user(0);
7
        case_exec = "T10 Vanish Mooch";
8
        event_user(0);
9
    }
10
}