summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-20 19:15:53 +0100
committerReid <reidyaro@gmail.com>2016-02-20 19:15:53 +0100
commite02b480b546bf07029d2d686ba9993cb4829e933 (patch)
tree23930f8479508722455750c854158aa8ae380e3b
parentb02cab86b0da49b81c54d4dc91a60d19d7c79886 (diff)
downloadserverdata-e02b480b546bf07029d2d686ba9993cb4829e933.tar.gz
serverdata-e02b480b546bf07029d2d686ba9993cb4829e933.tar.bz2
serverdata-e02b480b546bf07029d2d686ba9993cb4829e933.tar.xz
serverdata-e02b480b546bf07029d2d686ba9993cb4829e933.zip
Fix Julia's script on Artis.
-rw-r--r--npc/001-2-21/julia.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt
index dbe41a6f..abb1b63f 100644
--- a/npc/001-2-21/julia.txt
+++ b/npc/001-2-21/julia.txt
@@ -108,6 +108,8 @@ L_Rules:
next;
mesq l("Do you have any other questions for me?");
next;
+ mesq l("Do you have any other questions for me?");
+ next;
goto L_YNMenu;
@@ -122,13 +124,16 @@ L_BasicSkill:
next;
mesq l("Do you have any other questions for me?");
next;
+ mesq l("Do you have any other questions for me?");
+ next;
goto L_YNMenu;
L_Enora:
speech 5,
l("Enora from the Legion of Aemil has been warned that you were aboard."),
- l("She is waiting for you on the dock.");
+ l("She is waiting for you on the dock."),
+ l("Do you have any other questions for me?");
goto L_YNMenu;
@@ -138,6 +143,7 @@ L_Quit:
L_Island:
speech 5,
l("Of course, as a fully-fledged crew member you can decide of the destination of La Johanne directly with Nard.");
+ l("Do you have any other questions for me?");
emotion 3;
goto L_YNMenu;