diff options
Diffstat (limited to 'npc/001-2-13')
-rw-r--r-- | npc/001-2-13/_import.txt | 6 | ||||
-rw-r--r-- | npc/001-2-13/_savepoints.txt | 11 | ||||
-rw-r--r-- | npc/001-2-13/_warps.txt | 5 |
3 files changed, 18 insertions, 4 deletions
diff --git a/npc/001-2-13/_import.txt b/npc/001-2-13/_import.txt index b728934e..36eee751 100644 --- a/npc/001-2-13/_import.txt +++ b/npc/001-2-13/_import.txt @@ -1,3 +1,5 @@ -// Map 001-2-13: Artis, Noble House, First Floor -"npc/001-2-13/mapflags.txt", +// Map 001-2-13: First Floor +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/001-2-13/_savepoints.txt", "npc/001-2-13/_warps.txt", +"npc/001-2-13/mapflags.txt", diff --git a/npc/001-2-13/_savepoints.txt b/npc/001-2-13/_savepoints.txt new file mode 100644 index 00000000..dd210526 --- /dev/null +++ b/npc/001-2-13/_savepoints.txt @@ -0,0 +1,11 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 001-2-13: First Floor saves +001-2-13,41,31,0 script #save_001-2-13_41_31 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} diff --git a/npc/001-2-13/_warps.txt b/npc/001-2-13/_warps.txt index e0d59104..9400dd8a 100644 --- a/npc/001-2-13/_warps.txt +++ b/npc/001-2-13/_warps.txt @@ -1,2 +1,3 @@ -// Map 001-2-13: Artis, Noble House, First Floor -001-2-13,26,30,0 warp To First Floor#001-2-13 1,0,001-2-12,27,30 +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 001-2-13: First Floor warps +001-2-13,27,30,0 warp #001-2-13_27_30 1,0,001-2-12,27,28 |