Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_bullet_spawner_Create_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
bullet_dir = 0;
4
bullet_dist = 0;
5
audio_play_sound(snd_ceroba_bullet_rise, 1, 0);