Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_rotating_bullet_explode_Other_76

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
switch (ds_map_find_value(event_data, "message"))
4
{
5
    case "ceroba_bullet_flash":
6
        scene = 1;
7
        break;
8
}