Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battlebox_controller_axis_Other_10

(view raw script w/o annotations or w/e)
1
if (axis_trash_meter >= 100)
2
{
3
    global.enemy_attack = "Super Ball 1";
4
}
5
else
6
{
7
    with (obj_dialogue_box_battle_transformation_any)
8
        event_user(0);
9
}