summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/sewer_east.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-1/sewer_east.txt')
-rw-r--r--world/map/npc/001-1/sewer_east.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/world/map/npc/001-1/sewer_east.txt b/world/map/npc/001-1/sewer_east.txt
new file mode 100644
index 00000000..2b1e7bc4
--- /dev/null
+++ b/world/map/npc/001-1/sewer_east.txt
@@ -0,0 +1,17 @@
+// The Sewer Grate
+
+001-1.gat,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;
+}