Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_dialogue_battle_action_selected_action_2_axis_geno

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

function scr_dialogue_battle_action_selected_action_2_axis_geno() { message[0] = "* You tell Axis that his time is# up."; message[1] = "* He chooses not to respond."; global.last_action_selected = "Nothing"; global.last_action_selected_2 = "Action 2 Message 0"; global.last_action_selected_3 = "Nothing"; }
()
2
{
3
    message[0] = "* You tell Axis that his time is#  up.";
4
    message[1] = "* He chooses not to respond.";
5
    global.last_action_selected = "Nothing";
6
    global.last_action_selected_2 = "Action 2 Message 0";
7
    global.last_action_selected_3 = "Nothing";
8
}