diff options
author | Reid <reidyaro@gmail.com> | 2016-02-13 03:28:32 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-13 03:33:42 +0100 |
commit | 903e27a4c7d6dcbb477963bfca2bc7ab26abf585 (patch) | |
tree | aa94cf49b1e8d339b0017b644ee137756786e825 /npc/001-2-21/julia.txt | |
parent | 71cf496b9a35386b5d30a44c8a3aa335ce556722 (diff) | |
download | serverdata-903e27a4c7d6dcbb477963bfca2bc7ab26abf585.tar.gz serverdata-903e27a4c7d6dcbb477963bfca2bc7ab26abf585.tar.bz2 serverdata-903e27a4c7d6dcbb477963bfca2bc7ab26abf585.tar.xz serverdata-903e27a4c7d6dcbb477963bfca2bc7ab26abf585.zip |
Add Enora tips dialogue on devis and julia.
Diffstat (limited to 'npc/001-2-21/julia.txt')
-rw-r--r-- | npc/001-2-21/julia.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt index a71a3a10..9b440d7d 100644 --- a/npc/001-2-21/julia.txt +++ b/npc/001-2-21/julia.txt @@ -17,8 +17,11 @@ .@s$ = l("I don't want to change my language, sorry."); L_Menu: + .@enora = getq(ArtisQuests_Enora); + 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("Could you explain to me where I am?"), L_WhereIam, l("What happened to me?"), L_What, @@ -121,6 +124,13 @@ L_BasicSkill: 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."); + + goto L_YNMenu; + L_Quit: goodbye; |