Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_bowll_bull_bull_Alarm_2

(view raw script w/o annotations or w/e)
1
if (image_alpha > 0)
2
{
3
    global.id_store = id;
4
    instance_create(x - (dust_disjoint * x_dir), y - (dust_disjoint * y_dir), obj_battle_enemy_attack_bowll_bull_dust);
5
    alarm[2] = dust_alarm;
gml_Object_obj_battle_enemy_attack_bowll_bull_bull_Alarm_2.gml

if (image_alpha > 0) { global.id_store = id; instance_create(x - (dust_disjoint * x_dir), y - (dust_disjoint * y_dir), obj_battle_enemy_attack_bowll_bull_dust); alarm[2] = dust_alarm; }
6
}