Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_ceroba_diamond_buff_Create_0

(view raw script w/o annotations or w/e)
1
if (global.battle_enemy_name == "energy balls minifight")
2
{
3
    instance_destroy();
4
    exit;
5
}
6
fade_out = false;
7
image_xscale = 2;
8
image_yscale = 2;
9
image_speed = 0.5;
10
if (!audio_is_playing(snd_ceroba_trap))
11
    audio_play_sound(snd_ceroba_trap, 1, 0);
12
image_blend = c_yellow;