Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_dialogue_battle_action_selected_action_2_macro

(view raw script w/o annotations or w/e)
1
function scr_dialogue_battle_action_selected_action_2_macro
scr_dialogue_battle_action_selected_action_2_macro

function scr_dialogue_battle_action_selected_action_2_macro() { if (global.turns_passed == 0) message[0] = "* Micro Froggit is shaking, but# you might just be straining# your eyes."; else message[0] = "* Frog?"; global.last_action_selected = "Action 1 Message 0"; global.last_action_selected_2 = "Nothing"; global.last_action_selected_3 = "Nothing"; }
()
2
{
3
    if (global.turns_passed == 0)
4
        message[0] = "* Micro Froggit is shaking, but#  you might just be straining#  your eyes.";
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
}