From 8a4bf716002a017de77fe7df301ef8e4aaf00a2e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 11:00:49 -0300 Subject: Initial commit --- npc/001-2-29/_import.txt | 5 ++++ npc/001-2-29/_savepoints.txt | 54 ++++++++++++++++++++++++++++++++++++++++++++ npc/001-2-29/_warps.txt | 4 ++++ npc/001-2-29/mapflags.txt | 1 + 4 files changed, 64 insertions(+) create mode 100644 npc/001-2-29/_import.txt create mode 100644 npc/001-2-29/_savepoints.txt create mode 100644 npc/001-2-29/_warps.txt create mode 100644 npc/001-2-29/mapflags.txt (limited to 'npc/001-2-29') diff --git a/npc/001-2-29/_import.txt b/npc/001-2-29/_import.txt new file mode 100644 index 00000000..ebcab6d1 --- /dev/null +++ b/npc/001-2-29/_import.txt @@ -0,0 +1,5 @@ +// Map 001-2-29: First Floor +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/001-2-29/_savepoints.txt", +"npc/001-2-29/_warps.txt", +"npc/001-2-29/mapflags.txt", diff --git a/npc/001-2-29/_savepoints.txt b/npc/001-2-29/_savepoints.txt new file mode 100644 index 00000000..c2176e4c --- /dev/null +++ b/npc/001-2-29/_savepoints.txt @@ -0,0 +1,54 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 001-2-29: First Floor saves +001-2-29,29,28,0 script #save_001-2-29_29_28 NPC_SAVE_POINT,0,0,{ + savepointparticle .map$, .x, .y, REDPLUSH_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; + +OnTouch: + bedTouch(); + end; +} +001-2-29,29,35,0 script #save_001-2-29_29_35 NPC_SAVE_POINT,0,0,{ + savepointparticle .map$, .x, .y, REDPLUSH_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; + +OnTouch: + bedTouch(); + end; +} +001-2-29,29,42,0 script #save_001-2-29_29_42 NPC_SAVE_POINT,0,0,{ + savepointparticle .map$, .x, .y, REDPLUSH_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; + +OnTouch: + bedTouch(); + end; +} +001-2-29,29,49,0 script #save_001-2-29_29_49 NPC_SAVE_POINT,0,0,{ + savepointparticle .map$, .x, .y, REDPLUSH_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; + +OnTouch: + bedTouch(); + end; +} diff --git a/npc/001-2-29/_warps.txt b/npc/001-2-29/_warps.txt new file mode 100644 index 00000000..6c9d08f9 --- /dev/null +++ b/npc/001-2-29/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 001-2-29: First Floor warps +001-2-29,39,35,0 warp #001-2-29_39_35 3,0,001-2-28,33,27 +001-2-29,38,25,0 warp #001-2-29_38_25 0,1,001-2-30,36,31 diff --git a/npc/001-2-29/mapflags.txt b/npc/001-2-29/mapflags.txt new file mode 100644 index 00000000..98a4373f --- /dev/null +++ b/npc/001-2-29/mapflags.txt @@ -0,0 +1 @@ +001-2-29 mapflag town -- cgit v1.2.3-60-g2f50