Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_ceroba_flower_spray_spawner_Create_0

(view raw script w/o annotations or w/e)
1
bullet_number[0] = 5;
2
bullet_number[1] = 6;
3
bullet_speed[0] = 4;
4
bullet_speed[1] = 6.5;
5
bullet_spread = 11;
6
current_position = 1;
7
timer = 0;
8
image_alpha = 0;
9
image_speed = 0.2;
10
alarm[1] = 70;
gml_Object_obj_battle_enemy_attack_ceroba_flower_spray_spawner_Alarm_1.gml

var current_position_new = irandom_range(1, 3); while (current_position_new == current_position) current_position_new = irandom_range(1, 3); current_position = current_position_new; alarm[1] = 75; obj_battle_enemy_attack_ceroba_flower_spray_checker.counter_current += 1;
11
bullet_speed_alt = 6;
12
bullet_spread_alt = 10;
13
bullet_spread_alt_max = 50;
14
bullet_spread_inc = true;
15
bullet_spread_amount = 14;
16
bullet_pattern_current = 1;