From 7eab67074fdcdcb8e23c3bdd46e1507a0ac0086a Mon Sep 17 00:00:00 2001 From: jesusalva Date: Mon, 26 Feb 2018 22:41:18 -0300 Subject: Include prision (and a Soul Menhir to leave Aeros) --- npc/001-1/_import.txt | 1 + npc/001-1/portal.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 npc/001-1/portal.txt (limited to 'npc/001-1') diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index 1c524da11..aba3f649d 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -1,3 +1,4 @@ // Map 001-1: Floating Island of Aeros // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/001-1/mapflags.txt", +"npc/001-1/portal.txt", 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; +} -- cgit v1.2.3-70-g09d2