summaryrefslogblamecommitdiff
path: root/world/map/npc/042-2/magic_basement.txt
blob: 0817375d381c9fde0c2ef47679afad24d816ed84 (plain) (tree)
1
2
3
4


                 
                                                
















                                     
// 
// Author: Wushin

042-2.gat,103,56,0|script|#MagicBasement|400,0,0
{
    callfunc "MorganState";
    if (@morgan < 4)
        goto L_Close;
    mes "Descend into the basement?";
    next;
    menu
        "Yes.", L_MagicBase,
        "Nevermind.", L_Close;

L_MagicBase:
    warp "042-3",24,21;
    goto L_Close;

L_Close:
    close;
}