From 59664291f686f3ea9b037171d4f66ef9d2e9ebd8 Mon Sep 17 00:00:00 2001 From: Reid Date: Sat, 13 Feb 2016 03:32:57 +0100 Subject: Add a tips on julia's script about being able to go back to the lost island. --- npc/001-2-21/julia.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/001-2-21') 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; -- cgit v1.2.3-60-g2f50