summaryrefslogtreecommitdiff
path: root/npc/functions/savepoint.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-06-05 11:46:51 +0200
committerAlige <aligetmw@hotmail.fr>2012-06-05 11:46:51 +0200
commitb434cf3bb3cd295debb3f600e6410e629f190741 (patch)
tree836cd4efdd1b11a58ce8cfd06eb424acd6751416 /npc/functions/savepoint.txt
parent200367b5edf611539791d0e725cb4216cc487029 (diff)
downloadserverdata-b434cf3bb3cd295debb3f600e6410e629f190741.tar.gz
serverdata-b434cf3bb3cd295debb3f600e6410e629f190741.tar.bz2
serverdata-b434cf3bb3cd295debb3f600e6410e629f190741.tar.xz
serverdata-b434cf3bb3cd295debb3f600e6410e629f190741.zip
Fixed few dialogues in scripts and npc functions.
Diffstat (limited to 'npc/functions/savepoint.txt')
-rw-r--r--npc/functions/savepoint.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt
index c1f2fc3f..2c1ab4f6 100644
--- a/npc/functions/savepoint.txt
+++ b/npc/functions/savepoint.txt
@@ -7,9 +7,9 @@
function script SavePoint {
mesn "Narrator";
- mes col(l("There's a nice place to stay beside you."), 9);
+ mes col(l("There is a nice place to stay beside you."), 9);
next;
- mes col(l("What do you wish to do?"), 9);
+ mes col(l("What do you want to do?"), 9);
next;
menu
@@ -26,7 +26,7 @@ function script SavePoint {
next;
mes col("...", 9);
next;
- mes col(l("Your position is saved."), 9);
+ mes col(l("Your position has been saved."), 9);
next;
savepoint @map$, @x, @y;