1 | if (live_call()) |
2 | return global.live_result; |
3 | battle_box = 3154; |
4 | created_spawner = 0; |
5 | old_spawner = 0; |
6 | attack_duration = 0; |
7 | alarm[1] |
8 | attack_list = ds_list_create(); |
9 | ds_list_add(attack_list, 0, 1, 2, 3, 4, 5, 7, 8, 9); |
10 | modifier_attack = choose(1, 2); |
11 | modifier_enabled = irandom_range(1, 4); |
12 | modifier_noloop = false; |
13 | overlap_timer = 0; |
14 | event_user(1); |
15 | scr_enable_battle_box_surface |