From 11c3a581a29a7897a7a5314ef0c6da96062b4af3 Mon Sep 17 00:00:00 2001 From: Reid Date: Tue, 25 Dec 2012 15:45:22 +0100 Subject: Change bad double meny on julia quest. --- npc/000-2-0/julia.txt | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'npc') 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!"); -- cgit v1.2.3-70-g09d2