summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/sewer_north.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-1/sewer_north.txt')
-rw-r--r--world/map/npc/001-1/sewer_north.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/world/map/npc/001-1/sewer_north.txt b/world/map/npc/001-1/sewer_north.txt
new file mode 100644
index 00000000..ce33cca3
--- /dev/null
+++ b/world/map/npc/001-1/sewer_north.txt
@@ -0,0 +1,17 @@
+// The Sewer Grate
+
+001-1.gat,58,83,0|script|#tulimsharsewer1|45,0,0
+{
+ mes "Descend into the sewers?";
+ next;
+ menu
+ "Yes.", L_Sewer,
+ "Nevermind.", L_Close;
+
+L_Sewer:
+ warp "021-3",57,100;
+ goto L_Close;
+
+L_Close:
+ close;
+}