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

                  

                                                   

         

                              
 


                        
 

          
 
// The Sewer Grate

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

L_Sewer:
    warp "021-3",125,35;
    goto L_Close;

L_Close:
    close;
}