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