summaryrefslogtreecommitdiff
path: root/npc/018-5
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-5')
-rw-r--r--npc/018-5/soul_menhir.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/018-5/soul_menhir.txt b/npc/018-5/soul_menhir.txt
index 49916cda7..201a85c75 100644
--- a/npc/018-5/soul_menhir.txt
+++ b/npc/018-5/soul_menhir.txt
@@ -5,6 +5,16 @@
// Soul Menhir
018-5,111,52,0 script Soul Menhir#lil NPC_SOUL_MOSS,{
+ mesc l("This is a Soul Menhir, but seems more magical than the others.");
+ select
+ l("Look closer."),
+ l("I wanna return home...");
+ mes "";
+ if (@menu == 2) {
+ closeclientdialog;
+ warp "Save", 0, 0;
+ close;
+ }
@map$ = "018-5";
setarray @Xs, 110, 111, 112;
setarray @Ys, 53, 53, 53;