diff options
author | Reid <reidyaro@gmail.com> | 2015-12-27 23:23:53 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-27 23:23:53 +0100 |
commit | de46c9302c107cc26149b6ae1fee026d1ce8cf0f (patch) | |
tree | 4c1d2cbcfe29dcd5fe61568f533a884582307825 | |
parent | 7fbe2f63dfdca78c368feea28fc7b2a9a1ccd28c (diff) | |
download | serverdata-de46c9302c107cc26149b6ae1fee026d1ce8cf0f.tar.gz serverdata-de46c9302c107cc26149b6ae1fee026d1ce8cf0f.tar.bz2 serverdata-de46c9302c107cc26149b6ae1fee026d1ce8cf0f.tar.xz serverdata-de46c9302c107cc26149b6ae1fee026d1ce8cf0f.zip |
Add end of introduction dialogue to Julia.
-rw-r--r-- | npc/000-2-0/julia.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 95b6c27b..7be2d799 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -45,6 +45,7 @@ L_Menu: menu + rif(.@q3 == 5, l("What can I do now?")), L_GotoSleep, rif(.@q3 == 3 && .@q2 == 0, l("I heard rumors about some old hostilities between you and Gado. Are they true?")), L_Rumors, rif(.@q2 == 2 && countitemcolor(717, 1), l("Well... No wait, I have something for you but you shouldn't eat it... I'm taking it back to the kitchen.")), L_Regret, rif(.@q2 == 2 && countitemcolor(717, 1), l("I have brought you a tasty present for your delicate mouth.")), L_PoisonJulia, @@ -280,6 +281,14 @@ L_BasicSkill: goto L_YNMenu; +L_GotoSleep: + speech 5, + l("You already did enough for us, follow Nard's advice and get some rest."), + l("We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!"), + l("Do you have any other questions for me?"); + + goto L_YNMenu; + OnInit: .sex = G_FEMALE; .distance = 10; |