Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_dialogue_battle_action_selected_action_2_martlet_final

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

function scr_dialogue_battle_action_selected_action_2_martlet_final() { if (!instance_exists(obj_martlet_final_act_helper)) { instance_create(0, 0, obj_martlet_final_act_helper); message[0] = "* You refuse to back down..."; } global.last_action_selected = "Action 2 Message 0"; global.last_action_selected_2 = "Nothing"; global.last_action_selected_3 = "Nothing"; }
()
2
{
3
    if (!instance_exists(obj_martlet_final_act_helper))
4
    {
5
        instance_create(0, 0, obj_martlet_final_act_helper);
6
        message[0] = "* You refuse to back down...";
7
    }
8
    global.last_action_selected = "Action 2 Message 0";
9
    global.last_action_selected_2 = "Nothing";
10
    global.last_action_selected_3 = "Nothing";
11
}