summaryrefslogblamecommitdiff
path: root/npc/080-3/cutscene.txt
blob: e290c0d3bdf8c5c87448d655bda53bb17486b3d1 (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;
}