diff options
Diffstat (limited to 'world/map/npc/021-1/sewer_east.txt')
-rw-r--r-- | world/map/npc/021-1/sewer_east.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/world/map/npc/021-1/sewer_east.txt b/world/map/npc/021-1/sewer_east.txt new file mode 100644 index 00000000..951d57cb --- /dev/null +++ b/world/map/npc/021-1/sewer_east.txt @@ -0,0 +1,18 @@ +// The Sewer Grate + +021-1.gat,145,136,0|script|#tulimsharsewer2|45,1,1,{ + mes "[Sewer]"; + mes "\"Descend into the sewers?\""; + next; + menu + "Yes.", L_SewerNorth, + "Nevermind", -; + goto L_Close; + + L_SewerNorth: + warp "021-3",143,129; + goto L_Close; + + L_Close: + close; +} |