summaryrefslogtreecommitdiff
path: root/npc/002-1/juliet.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-04 21:12:30 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-04 21:12:30 -0200
commit5980f05616856b9e8b056b3f5339aa5c18c1ff4c (patch)
tree948ad0222f176000094a53271850c4119b11e1da /npc/002-1/juliet.txt
parent14f72a5dbfbb36f46e727bfd86b9b4c4de9729d7 (diff)
downloadserverdata-5980f05616856b9e8b056b3f5339aa5c18c1ff4c.tar.gz
serverdata-5980f05616856b9e8b056b3f5339aa5c18c1ff4c.tar.bz2
serverdata-5980f05616856b9e8b056b3f5339aa5c18c1ff4c.tar.xz
serverdata-5980f05616856b9e8b056b3f5339aa5c18c1ff4c.zip
That “do you have any other questions for me?” from Juliet is ANNOYING!
Diffstat (limited to 'npc/002-1/juliet.txt')
-rw-r--r--npc/002-1/juliet.txt28
1 files changed, 0 insertions, 28 deletions
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;
}