summaryrefslogtreecommitdiff
path: root/npc/functions/savepoint.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-04-24 04:08:25 +0200
committerReid <reidyaro@gmail.com>2012-04-24 04:08:25 +0200
commite550e9cb2c130d39dddcc5ca95ba4779f213a5e4 (patch)
treef4e3f7fe1938013d3e038d15c9500f084a9a21e2 /npc/functions/savepoint.txt
parente78d424e74050bcc15d121829423baaf50b13996 (diff)
downloadserverdata-e550e9cb2c130d39dddcc5ca95ba4779f213a5e4.tar.gz
serverdata-e550e9cb2c130d39dddcc5ca95ba4779f213a5e4.tar.bz2
serverdata-e550e9cb2c130d39dddcc5ca95ba4779f213a5e4.tar.xz
serverdata-e550e9cb2c130d39dddcc5ca95ba4779f213a5e4.zip
Update old scripts with new template.
Diffstat (limited to 'npc/functions/savepoint.txt')
-rw-r--r--npc/functions/savepoint.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt
index 72c08910..2d10b41a 100644
--- a/npc/functions/savepoint.txt
+++ b/npc/functions/savepoint.txt
@@ -15,15 +15,15 @@ function script SavePoint {
l("Take a nap"), -,
l("Nothing"), L_Return;
- mes " ";
+ mes "";
mesn "Narrator";
mes col(l("You close your eyes a few seconds..."), 9);
next;
- mes col(l("..."), 9);
+ mes col("...", 9);
next;
- mes col(l("..."), 9);
+ mes col("...", 9);
next;
- mes col(l("..."), 9);
+ mes col("...", 9);
next;
mes col(l("Your position is saved."), 9);
next;
@@ -32,4 +32,5 @@ function script SavePoint {
L_Return:
return;
+
}