summaryrefslogtreecommitdiff
path: root/world/map/npc/021-1/sewer_north.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/021-1/sewer_north.txt')
-rw-r--r--world/map/npc/021-1/sewer_north.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/world/map/npc/021-1/sewer_north.txt b/world/map/npc/021-1/sewer_north.txt
new file mode 100644
index 00000000..6d857d23
--- /dev/null
+++ b/world/map/npc/021-1/sewer_north.txt
@@ -0,0 +1,18 @@
+// The Sewer Grate
+
+021-1.gat,125,42,0|script|#tulimsharsewer1|45,1,1,{
+ mes "[Sewer]";
+ mes "\"Descend into the sewers?\"";
+ next;
+ menu
+ "Yes.", L_SewerNorth,
+ "Nevermind", -;
+ goto L_Close;
+
+ L_SewerNorth:
+ warp "021-3",125,35;
+ goto L_Close;
+
+ L_Close:
+ close;
+}