diff options
Diffstat (limited to 'world/map/npc/021-1/sewer_east.txt')
-rw-r--r-- | world/map/npc/021-1/sewer_east.txt | 17 |
1 files changed, 17 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..5dae481e --- /dev/null +++ b/world/map/npc/021-1/sewer_east.txt @@ -0,0 +1,17 @@ +// The Sewer Grate + +021-1.gat,145,136,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; +} |