summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/002-4/elmo.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt
index 5d3a1673e..e58d1f385 100644
--- a/npc/002-4/elmo.txt
+++ b/npc/002-4/elmo.txt
@@ -8,15 +8,17 @@
002-4,27,27,0 script Elmo NPC_ELMO,{
showavatar NPC_ELMO; // this is handled by avatars.xml
- if (LOCATION$ == "") sailortalk;
if (getq(CandorQuest_Sailors) == 2) goto L_Party;
+ if (LOCATION$ == "Candor") goto L_Candor;
- if (getq(General_Narrator) >= 1) sailortalk;
- mesn;
- mes l("\"Hey, have you already got the money necessary for the travel?");
- mes l("If you haven't, maybe there are a few things you can do besides selling items.\"");
- next;
+ sailortalk;
+
+L_Candor;
+ if (getq(General_Narrator) < 1) mesn;
+ if (getq(General_Narrator) < 1) mes l("\"Hey, have you already got the money necessary for the travel?");
+ if (getq(General_Narrator) < 1) mes l("If you haven't, maybe there are a few things you can do besides selling items.\"");
+ if (getq(General_Narrator) < 1) next;
mes "";