Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_dialogue_battle_action_selected_action_2_froggit_intro_yellow

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

function scr_dialogue_battle_action_selected_action_2_froggit_intro_yellow() //gml_Script_scr_dialogue_battle_action_selected_action_2_froggit_intro_yellow { message[0] = "* Froggit didn't understand what# you said, but was scared# anyway." global.last_action_selected = "Action 2 Message 0" global.last_action_selected_2 = "Nothing" global.last_action_selected_3 = "Nothing" }
() //gml_Script_scr_dialogue_battle_action_selected_action_2_froggit_intro_yellow
2
{
3
    message[0] = "* Froggit didn't understand what#  you said, but was scared#  anyway."
4
    global.last_action_selected = "Action 2 Message 0"
5
    global.last_action_selected_2 = "Nothing"
6
    global.last_action_selected_3 = "Nothing"
7
}