From c5e9084472a28372579b901a4daea91edbeb4e4d Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 10 May 2018 15:50:27 -0400 Subject: make maps following the woodland merge --- npc/008-2-3/_savepoints.txt | 74 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 npc/008-2-3/_savepoints.txt (limited to 'npc/008-2-3/_savepoints.txt') diff --git a/npc/008-2-3/_savepoints.txt b/npc/008-2-3/_savepoints.txt new file mode 100644 index 00000000..ab7e555d --- /dev/null +++ b/npc/008-2-3/_savepoints.txt @@ -0,0 +1,74 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 008-2-3: The Rusty Pick saves +008-2-3,61,31,0 script #save_008-2-3_61_31 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +008-2-3,60,35,0 script #save_008-2-3_60_35 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +008-2-3,57,31,0 script #save_008-2-3_57_31 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +008-2-3,57,35,0 script #save_008-2-3_57_35 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +008-2-3,53,35,0 script #save_008-2-3_53_35 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +008-2-3,53,31,0 script #save_008-2-3_53_31 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +008-2-3,49,31,0 script #save_008-2-3_49_31 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +008-2-3,49,35,0 script #save_008-2-3_49_35 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} -- cgit v1.2.3-60-g2f50