Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_start_during_attack_dialogue_martlet_pacifist

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

function scr_start_during_attack_dialogue_martlet_pacifist() //gml_Script_scr_start_during_attack_dialogue_martlet_pacifist { instance_create(380, 74, obj_quote_bubble_battle_yellow_3) instance_create(0, 0, obj_quote_battle_martlet_pacifist_during_attack_true_pacifist) }
() //gml_Script_scr_start_during_attack_dialogue_martlet_pacifist
2
{
3
    instance_create(380, 74, obj_quote_bubble_battle_yellow_3)
4
    instance_create(0, 0, obj_quote_battle_martlet_pacifist_during_attack_true_pacifist)
5
}