summaryrefslogtreecommitdiff
path: root/npc/000-2-1/savepoint.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/savepoint.txt')
-rw-r--r--npc/000-2-1/savepoint.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/000-2-1/savepoint.txt b/npc/000-2-1/savepoint.txt
new file mode 100644
index 00000000..f2175126
--- /dev/null
+++ b/npc/000-2-1/savepoint.txt
@@ -0,0 +1,13 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Save location in 000-2-1 map.
+
+ callfunc "SavePoint";
+ set @map$, "000-2-1.gat";
+ set @x, 30;
+ set @y, 37;
+ close;
+
+}