summaryrefslogblamecommitdiff
path: root/npc/080-3/cutscene.txt
blob: 189b4881a6cab55ac9d3eaeb61fcc6f8c2580ee3 (plain) (tree)



















                                                                                
                              
 
// TMW Script.
// Author:
//    Jesusalva
// Notes:
//    Christmas 2021 - Peaceful Glade

080-3,83,155,0	script	#0803exit	NPC_HIDDEN,1,0,{
    end;
OnTouch:
    if (!isChristmas21()) warp "081-1", 68, 31;
    if (!X21ED1_CLEAR()) { dispbottom l("It is too early to leave yet!"); end; }
    mesn strcharinfo(0);
    mesq l("Are we done here? We won't be able to return later!");
    next;
    if (askyesno() == ASK_YES)
        warp "081-1", 68, 31;
    closeclientdialog;
    end;
}

// FIXME: Alissa's ED Cutscene