|
1
|
if (live_call())
|
|
2
|
return global.live_result;
|
|
3
|
battle_box = 3155;
|
|
4
|
obj_ceroba_body_pacifist_phase_2.sprite_index = spr_ceroba_p2_special_attack_1;
|
|
5
|
obj_ceroba_body_pacifist_phase_2.image_index = 0;
|
|
6
|
obj_ceroba_body_pacifist_phase_2.image_speed = 1;
|
|
7
|
bullet_attack_count = 6;
|
|
8
|
if (!instance_exists(obj_ceroba_transform_particles))
|
|
9
|
instance_create_depth(0, 0, -100, obj_ceroba_transform_particles);
|
|
10
|
scr_enable_battle_box_surfacescr_enable_battle_box_surface
function scr_enable_battle_box_surface()
{
if (!instance_exists(obj_surface_drawer))
instance_create_depth(0, 0, -999, obj_surface_drawer);
} ();
|