summaryrefslogtreecommitdiff
path: root/npc/001-1/sewer_east.txt
blob: 1311b536ffa7bb130e665db975c85b56e0da1887 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
001-1,117,110,0	script	#tulimsharsewer2	NPC45,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;
}