summaryrefslogtreecommitdiff
path: root/npc/001-2-37
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-37')
-rw-r--r--npc/001-2-37/_import.txt3
-rw-r--r--npc/001-2-37/savepoints.txt45
2 files changed, 47 insertions, 1 deletions
diff --git a/npc/001-2-37/_import.txt b/npc/001-2-37/_import.txt
index dbb4069a..c7e1b73f 100644
--- a/npc/001-2-37/_import.txt
+++ b/npc/001-2-37/_import.txt
@@ -1,4 +1,5 @@
// Map 001-2-37
-npc: npc/001-2-37/_warps.txt
npc: npc/001-2-37/hammock.txt
npc: npc/001-2-37/mapflags.txt
+npc: npc/001-2-37/savepoints.txt
+npc: npc/001-2-37/_warps.txt
diff --git a/npc/001-2-37/savepoints.txt b/npc/001-2-37/savepoints.txt
new file mode 100644
index 00000000..5664a390
--- /dev/null
+++ b/npc/001-2-37/savepoints.txt
@@ -0,0 +1,45 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Free save point.
+
+001-2-37,25,41,0 script #savepoint0-001-2-37 NPC_SAVE_POINT,{
+ savepointparticle .map$, .x, .y, CURRENT_INN;
+ close;
+
+OnInit:
+ .distance = 2;
+ .sex = G_OTHER;
+ end;
+}
+
+001-2-37,35,41,0 script #savepoint1-001-2-37 NPC_SAVE_POINT,{
+ savepointparticle .map$, .x, .y, CURRENT_INN;
+ close;
+
+OnInit:
+ .distance = 2;
+ .sex = G_OTHER;
+ end;
+}
+
+001-2-37,25,46,0 script #savepoint2-001-2-37 NPC_SAVE_POINT,{
+ savepointparticle .map$, .x, .y, CURRENT_INN;
+ close;
+
+OnInit:
+ .distance = 2;
+ .sex = G_OTHER;
+ end;
+}
+
+001-2-37,35,46,0 script #savepoint3-001-2-37 NPC_SAVE_POINT,{
+ savepointparticle .map$, .x, .y, CURRENT_INN;
+ close;
+
+OnInit:
+ .distance = 2;
+ .sex = G_OTHER;
+ end;
+}