summaryrefslogblamecommitdiff
path: root/npc/082-3/poppet.txt
blob: 90e9aae02ff4773cb75f7b5d068578fc45136472 (plain) (tree)









































                                                                                                                                                                                     
// TMW Script.
// Author:
//    Jesusalva
// Notes:
//    Christmas 2021 - Poppet's Realm DLC

082-3,99,86,0	script	Poppet	NPC190,{
    mesn;
    mesq l("Uh, how did you get here? Anyway, welcome to my realm.");
    select
        l("Thanks, poppy."),
        l("Uh... Poppet's Realm? What's that?"),
        l("Through a weird corridor. How do I leave?");
    mes "";
    switch (@menu) {
    case 1:
        close;
    case 2:
        mesn;
        mesq l("You see, all of the most powerful beings of The Mana World can create their own realm, a place for their leisure.");
        next;
        mesn;
        mesq l("But in this side of the æther, where existence itself is challenged, time is hardly important.");
        next;
        mesn;
        mesq l("So my realm doesn't exist yet. Or perhaps it existed in the past, and is no longer the case. Whatever the case be, you're here, and you're welcome.");
        break;
    case 3:
        mesn;
        mesq l("Hm, perhaps a wanderer of the Mirror Lake? I've heard rumors of a place which connected anything to everything dubbed like that.");
        next;
        mesn;
        mesq l("...North of here is an exit. It is not connected to anywhere, just an infinite, never ending corridor, but if you ##Bcame##b from anywhere, it might as well work.");
        break;
    }
    close;

OnInit:
    .distance=5;
    end;
}