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.txt26
1 files changed, 1 insertions, 25 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt
index 2c1ab4f6..5af61812 100644
--- a/npc/functions/savepoint.txt
+++ b/npc/functions/savepoint.txt
@@ -6,34 +6,10 @@
function script SavePoint {
- mesn "Narrator";
- mes col(l("There is a nice place to stay beside you."), 9);
- next;
- mes col(l("What do you want to do?"), 9);
- next;
-
- menu
- l("Take a nap"), -,
- l("Nothing"), L_Return;
-
- mes "";
- mesn "Narrator";
- mes col(l("You close your eyes a few seconds..."), 9);
- next;
- mes col("...", 9);
- next;
- mes col("...", 9);
- next;
- mes col("...", 9);
- next;
- mes col(l("Your position has been saved."), 9);
- next;
+ message strcharinfo(0), l("Your position has been saved.");
savepoint @map$, @x, @y;
set @q, getcharid(3);
misceffect 33, @q;
-L_Return:
- return;
-
}