1 |
function scr_recreate_heart_battle_menu_text_bowll_soloscr_recreate_heart_battle_menu_text_bowll_solofunction scr_recreate_heart_battle_menu_text_bowll_solo() //gml_Script_scr_recreate_heart_battle_menu_text_bowll_solo
{
var last_text_move_select = global.last_text_move_select
var heart_position = script_execute(gml_Script_scr_return_heart_battle_menu_position)
if (text_deadlock_1 == true)
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), text_deadlock_contents_1)
else if (last_text_move_select == 0)
{
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_intro)
text_deadlock_contents_1 = 3004
text_deadlock_1 = true
}
else if (global.enemy_low_hp == true)
{
var random_number = irandom_range(1, 2)
if (random_number == 1)
{
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_low_hp_1)
text_deadlock_contents_1 = 3016
}
else if (random_number == 2)
{
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_low_hp_1_v2)
text_deadlock_contents_1 = 3018
}
text_deadlock_1 = true
}
else if (global.enemy_sparing == true)
{
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_sparing)
text_deadlock_contents_1 = 3030
text_deadlock_1 = true
}
else if (heart_position == "2122")
{
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_action_3)
text_deadlock_contents_1 = 3008
text_deadlock_1 = true
}
else
{
var random_text_move_select = irandom_range(1, 4)
if (random_text_move_select == 1)
{
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_1)
text_deadlock_contents_1 = 3020
text_deadlock_1 = true
}
else if (random_text_move_select == 2)
{
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_2)
text_deadlock_contents_1 = 3021
text_deadlock_1 = true
}
else if (random_text_move_select == 3)
{
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_3)
text_deadlock_contents_1 = 3022
text_deadlock_1 = true
}
else if (random_text_move_select == 4)
{
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_4)
text_deadlock_contents_1 = 3023
text_deadlock_1 = true
}
}
} () //gml_Script_scr_recreate_heart_battle_menu_text_bowll_solo |
2 |
{ |
3 |
var last_text_move_select = global.last_text_move_select |
4 |
var heart_position = script_execute(gml_Script_scr_return_heart_battle_menu_position) |
5 |
if (text_deadlock_1 == true) |
6 |
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), text_deadlock_contents_1) |
7 |
else if (last_text_move_select == 0) |
8 |
{ |
9 |
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_intro) |
10 |
text_deadlock_contents_1 = 3004 |
11 |
text_deadlock_1 = true |
12 |
} |
13 |
else if (global.enemy_low_hp == true) |
14 |
{ |
15 |
var random_number = irandom_range(1, 2) |
16 |
if (random_number == 1) |
17 |
{ |
18 |
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_low_hp_1) |
19 |
text_deadlock_contents_1 = 3016 |
20 |
} |
21 |
else if (random_number == 2) |
22 |
{ |
23 |
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_low_hp_1_v2) |
24 |
text_deadlock_contents_1 = 3018 |
25 |
} |
26 |
text_deadlock_1 = true |
27 |
} |
28 |
else if (global.enemy_sparing == true) |
29 |
{ |
30 |
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_sparing) |
31 |
text_deadlock_contents_1 = 3030 |
32 |
text_deadlock_1 = true |
33 |
} |
34 |
else if (heart_position == "2122") |
35 |
{ |
36 |
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_action_3) |
37 |
text_deadlock_contents_1 = 3008 |
38 |
text_deadlock_1 = true |
39 |
} |
40 |
else |
41 |
{ |
42 |
var random_text_move_select = irandom_range(1, 4) |
43 |
if (random_text_move_select == 1) |
44 |
{ |
45 |
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_1) |
46 |
text_deadlock_contents_1 = 3020 |
47 |
text_deadlock_1 = true |
48 |
} |
49 |
else if (random_text_move_select == 2) |
50 |
{ |
51 |
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_2) |
52 |
text_deadlock_contents_1 = 3021 |
53 |
text_deadlock_1 = true |
54 |
} |
55 |
else if (random_text_move_select == 3) |
56 |
{ |
57 |
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_3) |
58 |
text_deadlock_contents_1 = 3022 |
59 |
text_deadlock_1 = true |
60 |
} |
61 |
else if (random_text_move_select == 4) |
62 |
{ |
63 |
instance_create((obj_dialogue_box_battle.x + 20), (obj_dialogue_box_battle.x + 20), obj_dialogue_battle_move_select_4) |
64 |
text_deadlock_contents_1 = 3023 |
65 |
text_deadlock_1 = true |
66 |
} |
67 |
} |
68 |
} |