diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-08 19:56:12 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-08 19:56:12 -0200 |
commit | 86389b43c807e0f21af88867ed7ad9e668e41ed3 (patch) | |
tree | 8b68a0d5b1838fa23b036b2844080ca11561d783 /npc/001-11 | |
parent | 567acc600a13dfcb24ee6ffa18a60335721b6426 (diff) | |
download | serverdata-86389b43c807e0f21af88867ed7ad9e668e41ed3.tar.gz serverdata-86389b43c807e0f21af88867ed7ad9e668e41ed3.tar.bz2 serverdata-86389b43c807e0f21af88867ed7ad9e668e41ed3.tar.xz serverdata-86389b43c807e0f21af88867ed7ad9e668e41ed3.zip |
Valentine Day not working yet
Diffstat (limited to 'npc/001-11')
-rw-r--r-- | npc/001-11/_import.txt | 3 | ||||
-rw-r--r-- | npc/001-11/event_soulmenhir.txt | 21 |
2 files changed, 24 insertions, 0 deletions
diff --git a/npc/001-11/_import.txt b/npc/001-11/_import.txt new file mode 100644 index 000000000..503e48ed9 --- /dev/null +++ b/npc/001-11/_import.txt @@ -0,0 +1,3 @@ +// Map 001-11: Valentine Highlands +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/001-11/event_soulmenhir.txt", diff --git a/npc/001-11/event_soulmenhir.txt b/npc/001-11/event_soulmenhir.txt new file mode 100644 index 000000000..a0253b118 --- /dev/null +++ b/npc/001-11/event_soulmenhir.txt @@ -0,0 +1,21 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Special Soul Menhir which only allows leaving the map. + +001-11,37,31,0 script Soul Menhir#001-11 NPC_SOUL_CLEAN,{ + mesn; + mes l("(A mystical aura surrounds this stone. It probably can return you home. What do you do?)"); + + menu + l("Touch it."), L_Warp, + l("Leave it alone."), -; + close; + +L_Warp: + warp "Save", 0, 0; + close; + +} + |