Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_dialogue_battle_action_selected_action_2_micro_froggit

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

function scr_dialogue_battle_action_selected_action_2_micro_froggit() //gml_Script_scr_dialogue_battle_action_selected_action_2_micro_froggit { var action_2_selected_count = global.action_2_selected_count message[0] = "* Micro Froggit is shaking, but# you might just be straining# your eyes." 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_micro_froggit
2
{
3
    var action_2_selected_count = global.action_2_selected_count
4
    message[0] = "* Micro Froggit is shaking, but#  you might just be straining#  your eyes."
5
    global.last_action_selected = "Action 2 Message 0"
6
    global.last_action_selected_2 = "Nothing"
7
    global.last_action_selected_3 = "Nothing"
8
}