Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_feisty_four_mooch_body_full_Destroy_0

(view raw script w/o annotations or w/e)
1
with (obj_enemy_controller_feisty_four)
2
{
3
    if (global.attack_cycle == 3)
4
        case_exec = "T3 Appear Mooch"
5
    else if (global.attack_cycle == 7)
6
        case_exec = "T7 Appear Mooch"
7
    else if (global.attack_cycle == 8)
8
        case_exec = "T8 Appear Ed"
9
    event_user(0)
10
}