summaryrefslogtreecommitdiff
path: root/npc/functions/savepoint.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/savepoint.txt')
-rw-r--r--npc/functions/savepoint.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt
deleted file mode 100644
index 767476030..000000000
--- a/npc/functions/savepoint.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-// TMW2 Script
-// Author: Jesusalva
-// Description: Save utils
-
-// TODO: Implement elsewhere
-// Warps home and updates LOCATION$
-function script teleporthome {
- warp "Save", 0, 0;
- .@i=array_find($@LOCMASTER_MAP$, getmap());
- if (.@i >= 0)
- EnterTown($@LOCMASTER_LOC$[.@i]);
- else
- debugmes("[ERROR] Invalid Town Map for Time Flask: %s", getmap());
- return;
-}
-