Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_ceroba_fire_circle_spawner_Alarm_0

(view raw script w/o annotations or w/e)
1
with (obj_battle_enemy_attack_ceroba_fire_circle_fireball)
2
{
3
    if (state == 0 && bullet_spawner == other.id)
4
        state = 1
5
}