summaryrefslogtreecommitdiff
path: root/npc/001-2-21
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-13 03:32:57 +0100
committerReid <reidyaro@gmail.com>2016-02-13 03:33:42 +0100
commit59664291f686f3ea9b037171d4f66ef9d2e9ebd8 (patch)
tree48b93758f2946d5294847231403c2fc986d2099f /npc/001-2-21
parent903e27a4c7d6dcbb477963bfca2bc7ab26abf585 (diff)
downloadserverdata-59664291f686f3ea9b037171d4f66ef9d2e9ebd8.tar.gz
serverdata-59664291f686f3ea9b037171d4f66ef9d2e9ebd8.tar.bz2
serverdata-59664291f686f3ea9b037171d4f66ef9d2e9ebd8.tar.xz
serverdata-59664291f686f3ea9b037171d4f66ef9d2e9ebd8.zip
Add a tips on julia's script about being able to go back to the lost island.
Diffstat (limited to 'npc/001-2-21')
-rw-r--r--npc/001-2-21/julia.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt
index 9b440d7d..dbe41a6f 100644
--- a/npc/001-2-21/julia.txt
+++ b/npc/001-2-21/julia.txt
@@ -23,6 +23,7 @@ L_Menu:
rif(getskilllv(1) != 9, l("Something is wrong with me, I can't smile nor sit.")), L_BasicSkill,
rif (.@enora == 0, l("Where should I go?")), L_Enora,
lg("I made a mistake, I would like to change my language."), L_ChooseLang,
+ l("Is it possible to go back to the island?"), L_Island,
l("Could you explain to me where I am?"), L_WhereIam,
l("What happened to me?"), L_What,
l("Can I read these rules again?"), L_Rules,
@@ -134,6 +135,13 @@ L_Enora:
L_Quit:
goodbye;
+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.");
+ emotion 3;
+
+ goto L_YNMenu;
+
OnInit:
.sex = G_FEMALE;
.distance = 10;