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
    global.enemy_attack = "Super Ball 1"
3
else
4
{
5
    with (obj_dialogue_box_battle_transformation_any)
6
        event_user(0)
7
}