diff options
author | Reid <reidyaro@gmail.com> | 2012-12-25 15:45:22 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-12-25 15:45:22 +0100 |
commit | 11c3a581a29a7897a7a5314ef0c6da96062b4af3 (patch) | |
tree | 92548ab5608e45c2bd0831b68d743752d93200b0 /npc | |
parent | c7c163fbdfe63da110e7440fc3f7e33ce0190345 (diff) | |
download | clientdata-11c3a581a29a7897a7a5314ef0c6da96062b4af3.tar.gz clientdata-11c3a581a29a7897a7a5314ef0c6da96062b4af3.tar.bz2 clientdata-11c3a581a29a7897a7a5314ef0c6da96062b4af3.tar.xz clientdata-11c3a581a29a7897a7a5314ef0c6da96062b4af3.zip |
Change bad double meny on julia quest.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/julia.txt | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index f1d31773..e9ad08a9 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -29,13 +29,13 @@ next; set @q2, getq(ShipQuests_ChefGado); - if (@q2 == 2 && countitem("PoisonedDish") > 0) goto l_PoisonJulia; - - set @s$, l("I don't want to change my language, sorry."); + set @s$, l("I don't want to change my language, sorry."); l_Menu: menu lg("I made a mistake, I would like to change my language."), l_ChooseLang, + rif(@q2 == 2 && countitem("PoisonedDish", 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 && countitem("PoisonedDish", 1), l("I have brought you a tasty present for your delicate mouth.")), l_PoisonJulia, 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, @@ -185,13 +185,6 @@ OnTouch: close; l_PoisonJulia: - menu - lg("I made a mistake, I would like to change my language."), l_ChooseLang, - l("Can I read these rules again?"), l_Rules, - l("I have brought you a tasty present for your delicate mouth."), -, - 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, - l("Nothing, sorry."), l_Quit; - mes ""; mesn; mesq l("Seems yummy! Let me taste it!"); |