From 5980f05616856b9e8b056b3f5339aa5c18c1ff4c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 4 Jan 2019 21:12:30 -0200 Subject: That “do you have any other questions for me?” from Juliet is ANNOYING! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/002-1/juliet.txt | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'npc/002-1') diff --git a/npc/002-1/juliet.txt b/npc/002-1/juliet.txt index 15da71b6d..6c6fdb15c 100644 --- a/npc/002-1/juliet.txt +++ b/npc/002-1/juliet.txt @@ -18,12 +18,6 @@ 002-1,67,26,0 script Juliet NPC_JULIA,2,10,{ - function ynMenu { - if (select(l("Yes, I do."), l("No, none.")) == 1) { - return; - } - closedialog; - } function sellFood { closeclientdialog; @@ -43,9 +37,6 @@ mesq l("Here you go, everything is fixed."); emotion E_HAPPY; next; - mesq l("Do you have any other questions for me?"); - next; - ynMenu; return; } @@ -65,9 +56,6 @@ if (getq(ShipQuests_Julia) == 2) { next; - mesq l("Do you have any other questions for me?"); - next; - ynMenu; return; } @@ -103,9 +91,6 @@ next; mesq l("We should be there in a few days. For now, you can relax on the ship, or visit the island we're docked at! Its a small island, but a good place to get some exercise and stretch your legs."); next; - mesq l("Do you have any other questions for me?"); - next; - ynMenu; return; } @@ -116,16 +101,6 @@ next; mesq lg("You were in bad shape, you should be happy we found you before the sea killed you."); next; - - //select - // l("Sorry, but I can't tell you anything about that."), - // l("Nothing, sorry."); - - mes ""; - mesn; - mesq l("Did you have any other questions for me?"); - next; - ynMenu; return; } @@ -134,9 +109,6 @@ mesn; mesq l("Of course, they are on the left wall, go have a look at them."); next; - mesq l("Do you have any other questions for me?"); - next; - ynMenu; return; } -- cgit v1.2.3-70-g09d2