diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-22 11:19:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-22 11:19:12 -0300 |
commit | 656644998d972da5ac68765e45f1c8138ce5f174 (patch) | |
tree | 360520a2f9a1b7229ad0a6ac0d13dfb78dd77845 /npc | |
parent | 1e334415e133227831b6a7572c950dc4fcfeb516 (diff) | |
download | serverdata-656644998d972da5ac68765e45f1c8138ce5f174.tar.gz serverdata-656644998d972da5ac68765e45f1c8138ce5f174.tar.bz2 serverdata-656644998d972da5ac68765e45f1c8138ce5f174.tar.xz serverdata-656644998d972da5ac68765e45f1c8138ce5f174.zip |
Convert 003-5 warp to an standard one
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; -} - |