From 85e148f67639453bfaf49a1e65c203fe63f6c465 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sat, 3 Mar 2018 20:50:18 -0300 Subject: Easter warp out (via @w easter) --- npc/001-4/event_soulmenhir.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 npc/001-4/event_soulmenhir.txt (limited to 'npc/001-4/event_soulmenhir.txt') diff --git a/npc/001-4/event_soulmenhir.txt b/npc/001-4/event_soulmenhir.txt new file mode 100644 index 000000000..43d60c34a --- /dev/null +++ b/npc/001-4/event_soulmenhir.txt @@ -0,0 +1,21 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Special Soul Menhir which only allows leaving the map. + +001-4,152,154,0 script Soul Menhir#001-4 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 getsavepoint(0), getsavepoint(1), getsavepoint(2); + close; + +} + -- cgit v1.2.3-60-g2f50