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

001-1,117,110,0|script|#tulimsharsewer2|45,0,0
{
    mes "Descend into the sewers?";
    next;
    menu
        "Yes.", L_Sewer,
        "Nevermind.", L_Close;

L_Sewer:
    warp "021-3",143,129;
    goto L_Close;

L_Close:
    close;
}