summaryrefslogtreecommitdiff
path: root/npc/001-1/trees.txt
diff options
context:
space:
mode:
authorQwertyDragon <me@christophergoodwin.name>2015-11-09 21:07:01 -0500
committerQwertyDragon <me@christophergoodwin.name>2015-11-09 21:07:01 -0500
commit786bf2dd1d07a12eded1f668474b4fe72f8986cc (patch)
treeab3715d234da08eef5621f90df54a79d361c4fc1 /npc/001-1/trees.txt
parent60700579b7c63044b6f2bcc8e4ba62f0c630a179 (diff)
downloadserverdata-786bf2dd1d07a12eded1f668474b4fe72f8986cc.tar.gz
serverdata-786bf2dd1d07a12eded1f668474b4fe72f8986cc.tar.bz2
serverdata-786bf2dd1d07a12eded1f668474b4fe72f8986cc.tar.xz
serverdata-786bf2dd1d07a12eded1f668474b4fe72f8986cc.zip
Small changes to dialog.
Diffstat (limited to 'npc/001-1/trees.txt')
-rw-r--r--npc/001-1/trees.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/001-1/trees.txt b/npc/001-1/trees.txt
index c17e00e3..802f01f8 100644
--- a/npc/001-1/trees.txt
+++ b/npc/001-1/trees.txt
@@ -25,13 +25,13 @@ function script LazyBrotherTreeFunc {
goto L_FoundHim;
if (LazyBrother_TreeWithBrother > 0)
{
- mes l("You search the tree but don't find anybody");
+ mes l("You search the tree but don't find anybody.");
close2;
return;
}
if (LazyBrother_TreeSearched[.@TreeNum] == 1)
{
- mes l("You already looked here");
+ mes l("You already looked here.");
close2;
return;
}
@@ -48,7 +48,7 @@ function script LazyBrotherTreeFunc {
}
else
{
- mes l("You search the tree but don't find anybody");
+ mes l("You search the tree but don't find anybody.");
close2;
return;
}
@@ -56,24 +56,24 @@ function script LazyBrotherTreeFunc {
L_FoundHim:
mes l("You notice a young boy sitting on one of the highest branches of the tree.");
next;
- mes l("He is eating an apple, apparently enjoying it.");
+ mes l("He is eating an apple, thoroughly enjoying it.");
next;
select(l("Hey there, are you Bobo, Katja's brother?"));
mes "";
mesn "Bobo";
- mesq l("Yes, it's me. It's such a beautiful view from here!");
+ mesq l("Yes, it's me. It's such a fine view from here!");
next;
select(l("Your sister sent me to find you. Your mother is worried."));
mes "";
mesn "Bobo";
- mesq l("Oh, nooooo... If I go home now, my mum will give me homework.");
+ mesq l("Oh, nooooo... If I go home now, my mum will give me chores.");
next;
- mesq l("But if you tell my sister, that you didn't find me, I can stay here all day, eating apples and enjoying the view");
+ mesq l("But if you tell my sister, that you didn't find me, I can stay here all day, eating apples and enjoying the view.");
next;
- mesq l("I will give you my pocket money, if you do so.");
+ mesq l("I will give you my pocket money if you do.");
next;
- switch (select(l("A small lie isn't a lie, and I could really use some cash..."),
- l("I will not lie to a little girl! And your mother needs your help")))
+ switch (select(l("A small lie is really just a fib, and I could really use some cash..."),
+ l("I will not lie to a little girl! And your mother needs your help.")))
{
case 1:
mes "";