summaryrefslogblamecommitdiff
path: root/world/map/npc/001-1/sewer_north.txt
blob: ce33cca3e171c331ef044733b656b78e5593f312 (plain) (tree)
1
2
3
4
5
6
7
8
9

                  
                                                
 
                                   

         

                              
 
        
                        
                 
 

          
 
// The Sewer Grate

001-1.gat,58,83,0|script|#tulimsharsewer1|45,0,0
{
    mes "Descend into the sewers?";
    next;
    menu
        "Yes.", L_Sewer,
        "Nevermind.", L_Close;

L_Sewer:
    warp "021-3",57,100;
    goto L_Close;

L_Close:
    close;
}