summaryrefslogtreecommitdiff
path: root/world/map/npc/021-1/sewer_west.txt
blob: 1be9bf4cfbd6b954a17001db218771778cb1701c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// The Sewer Grate

021-1.gat,53,105,0|script|#tulimsharsewer3|45,1,1,{
    mes "[Sewer]";
    mes "\"Descend into the sewers?\"";
    next;
    menu
        "Yes.", L_SewerNorth,
        "Nevermind", -;
    goto L_Close;

    L_SewerNorth:
        warp "021-3",57,101;
        goto L_Close;

    L_Close:
        close; 
}