diff options
Diffstat (limited to 'npc/001-2-29')
-rw-r--r-- | npc/001-2-29/_import.txt | 5 | ||||
-rw-r--r-- | npc/001-2-29/_warps.txt | 4 | ||||
-rw-r--r-- | npc/001-2-29/mapflags.txt | 1 | ||||
-rw-r--r-- | npc/001-2-29/savepoint.txt | 53 |
4 files changed, 63 insertions, 0 deletions
diff --git a/npc/001-2-29/_import.txt b/npc/001-2-29/_import.txt new file mode 100644 index 000000000..39bb3601c --- /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/_warps.txt", +"npc/001-2-29/mapflags.txt", +"npc/001-2-29/savepoint.txt", diff --git a/npc/001-2-29/_warps.txt b/npc/001-2-29/_warps.txt new file mode 100644 index 000000000..6c9d08f9b --- /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 000000000..98a4373fe --- /dev/null +++ b/npc/001-2-29/mapflags.txt @@ -0,0 +1 @@ +001-2-29 mapflag town diff --git a/npc/001-2-29/savepoint.txt b/npc/001-2-29/savepoint.txt new file mode 100644 index 000000000..4694e31ea --- /dev/null +++ b/npc/001-2-29/savepoint.txt @@ -0,0 +1,53 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Saves locations in 001-2-29 map. + +001-2-29,29,28,0 script #001-2-29-1 NPC_SAVE_POINT,0,0,{ + bedClic("001-2-29", 29, 28, REDPLUSH_INN); + +OnInit: + .distance = 2; + end; + +OnTouch: + bedTouch; + +OnPCDieEvent: + PC_IS_DEAD = 1; + close; +} + +001-2-29,29,35,0 script #001-2-29-2 NPC_SAVE_POINT,0,0,{ + bedClic("001-2-29", 29, 35, REDPLUSH_INN); + +OnInit: + .distance = 2; + end; + +OnTouch: + bedTouch; +} + +001-2-29,29,42,0 script #001-2-29-3 NPC_SAVE_POINT,0,0,{ + bedClic("001-2-29", 29, 42, REDPLUSH_INN); + +OnInit: + .distance = 2; + end; + +OnTouch: + bedTouch; +} + +001-2-29,29,49,0 script #001-2-29-4 NPC_SAVE_POINT,0,0,{ + bedClic("001-2-29", 29, 49, REDPLUSH_INN); + +OnInit: + .distance = 2; + end; + +OnTouch: + bedTouch; +} |