summaryrefslogtreecommitdiff
path: root/npc/001-1/sewer_east.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/sewer_east.txt')
-rw-r--r--npc/001-1/sewer_east.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/001-1/sewer_east.txt b/npc/001-1/sewer_east.txt
new file mode 100644
index 00000000..1311b536
--- /dev/null
+++ b/npc/001-1/sewer_east.txt
@@ -0,0 +1,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;
+}