summaryrefslogtreecommitdiff
path: root/npc/001-1/portal.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-26 22:41:18 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-26 22:41:18 -0300
commit7eab67074fdcdcb8e23c3bdd46e1507a0ac0086a (patch)
treeb389e0a9989be7a91588c9b39290d6b30022e100 /npc/001-1/portal.txt
parent734e9d74d9ab2c1b6650c08993e0e98de9273d01 (diff)
downloadserverdata-7eab67074fdcdcb8e23c3bdd46e1507a0ac0086a.tar.gz
serverdata-7eab67074fdcdcb8e23c3bdd46e1507a0ac0086a.tar.bz2
serverdata-7eab67074fdcdcb8e23c3bdd46e1507a0ac0086a.tar.xz
serverdata-7eab67074fdcdcb8e23c3bdd46e1507a0ac0086a.zip
Include prision (and a Soul Menhir to leave Aeros)
Diffstat (limited to 'npc/001-1/portal.txt')
-rw-r--r--npc/001-1/portal.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/001-1/portal.txt b/npc/001-1/portal.txt
new file mode 100644
index 000000000..a8c459963
--- /dev/null
+++ b/npc/001-1/portal.txt
@@ -0,0 +1,15 @@
+001-1,301,43,0 script Soul Menhir NPC_SOUL_CLEAN,0,0,{
+ mesn;
+ mes l("This Soul Menhir can send your soul and body back to the ground.");
+ mes l("Would you like to leave this place?");
+ menu
+ "Yes.", L_Leave,
+ "No.", L_Close;
+
+L_Leave:
+ warp getsavepoint(0), getsavepoint(1), getsavepoint(2);
+ goto L_Close;
+
+L_Close:
+ close;
+}