Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_dialogue_battle_action_selected_action_3_axis

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

function scr_dialogue_battle_action_selected_action_3_axis() { message[0] = "* You pull on your shirt# repeatedly in hopes to beat the# heat. Your effort fails."; global.last_action_selected = "Nothing"; global.last_action_selected_2 = "Nothing"; global.last_action_selected_3 = "Action 3 Message 0"; }
()
2
{
3
    message[0] = "* You pull on your shirt#  repeatedly in hopes to beat the#  heat. Your effort fails.";
4
    global.last_action_selected = "Nothing";
5
    global.last_action_selected_2 = "Nothing";
6
    global.last_action_selected_3 = "Action 3 Message 0";
7
}