summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/_import.txt2
-rw-r--r--npc/000-1/exit.txt6
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt
index 025033b6e..ac7671f81 100644
--- a/npc/000-1/_import.txt
+++ b/npc/000-1/_import.txt
@@ -1,4 +1,4 @@
-// Map 000-1: Drasil Island
+// Map 000-1: Jesusalva's Trap
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/000-1/exit.txt",
"npc/000-1/mapflags.txt",
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt
index 1c7dad6de..788ef0bc6 100644
--- a/npc/000-1/exit.txt
+++ b/npc/000-1/exit.txt
@@ -4,13 +4,15 @@
// Description:
// Special Soul Menhir which only allows leaving the map.
-000-1,78,110,0 script Emergency Exit NPC_SOUL_CURSED,{
+000-1,22,22,0 script Emergency Exit NPC_SOUL_CURSED,2,2,{
OnTouch:
OnTalk:
OnTalkNearby:
+ if (getsavepoint(0) != "000-1") warp "SAVE";
+ if (getsavepoint(0) != "000-1") end;
savepoint "002-1", 53, 38;
warp "002-1", 53, 38;
- close;
+ end;
}