1 | function scr_dialogue_battle_action_selected_action_1_macro |
2 | { |
3 | if (global.turns_passed == 0) |
4 | message[0] = "* Micro Froggit doesn't seem# convinced. You may have been# looking in the wrong direction."; |
5 | else |
6 | message[0] = "* Frog."; |
7 | global.last_action_selected = "Action 1 Message 0"; |
8 | global.last_action_selected_2 = "Nothing"; |
9 | global.last_action_selected_3 = "Nothing"; |
10 | } |