summaryrefslogblamecommitdiff
path: root/npc/080-3/cutscene.txt
blob: deedab6b3558e3fa78935ef5a4d9b89508e336d4 (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 NPC ID
008-3,85,52,0	script	Alissa#ED1	NPC106,{
    mesn;
    mesq l("...");
    close;

OnInit:
    .distance=4;
    end;
}