diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-5/_import.txt | 2 | ||||
-rw-r--r-- | npc/003-5/_warps.txt | 3 | ||||
-rw-r--r-- | npc/003-5/doors.txt | 22 |
3 files changed, 4 insertions, 23 deletions
diff --git a/npc/003-5/_import.txt b/npc/003-5/_import.txt index 62309d1f9..b37bbfb80 100644 --- a/npc/003-5/_import.txt +++ b/npc/003-5/_import.txt @@ -1,3 +1,3 @@ // Map 003-5: Tulimshar Jeweler // This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/003-5/doors.txt", +"npc/003-5/_warps.txt", diff --git a/npc/003-5/_warps.txt b/npc/003-5/_warps.txt new file mode 100644 index 000000000..5e4345780 --- /dev/null +++ b/npc/003-5/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 003-5: Tulimshar Jeweler warps +003-5,38,41,0 warp #003-5_38_41 0,0,003-1,96,145 diff --git a/npc/003-5/doors.txt b/npc/003-5/doors.txt deleted file mode 100644 index 1b4492356..000000000 --- a/npc/003-5/doors.txt +++ /dev/null @@ -1,22 +0,0 @@ -// TMW2 scripts. -// Authors: -// Jesusalva - -003-5,38,41,0 script LeaveArena NPC_HIDDEN,0,0,{ - -OnTouch: - if (DESTROY_ME) goto L_Warn; - - goto L_Warp; - -L_Warn: - mesn "Narrator"; - mes col(l("You are not allowed to leave until you inform Arnea that you're done."), 1); - close; - -L_Warp: - warp "003-1", 96, 145; - closedialog; - close; -} - |