function scr_dialogue_battle_action_selected_action_1_feisty_four() { message[0] = "* You hold your ground while# the chaos unfolds around you."; var act_number = global.act_number; switch (act_number) { case 1: global.last_action_selected = "Action 1 Message 0"; global.last_action_selected_2 = "Nothing"; global.last_action_selected_3 = "Nothing"; break; case 2: global.last_action_selected = "Nothing"; global.last_action_selected_2 = "Action 1 Message 0"; global.last_action_selected_3 = "Nothing"; break; default: } }