Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_ceroba_flower_circle_full_checker_Create_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
counter_current = 0;
4
counter_max = 4;
5
spawn_offset = 60;
6
if (global.hotland_flag[2] == 3)
7
    spawn_offset = 40;
8
alarm[0] = 1;
gml_Object_obj_battle_enemy_attack_ceroba_flower_circle_full_checker_Alarm_0.gml

if (live_call()) return global.live_result; if (attack_stop) exit; instance_create_depth(0, 0, -100, obj_battle_enemy_attack_ceroba_flower_circle_full_spawner); alarm[0] = spawn_offset;
9
attack_stop = false;