From c34ee3ffc06d612c05eaece202de84244716d0bb Mon Sep 17 00:00:00 2001 From: jesusalva Date: Mon, 12 Feb 2018 22:50:33 -0200 Subject: Fix warp bug at Nard's ship and precedence error --- npc/002-4/elmo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/002-4') diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 9b75c0d82..0ce832109 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -8,9 +8,10 @@ 002-4,27,27,0 script Elmo NPC_ELMO,{ if (LOCATION$ == "") sailortalk; - if (getq(General_Narrator) == 1) sailortalk; if (getq(CandorQuest_Sailors) == 2) goto L_Party; + 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.\""); -- cgit v1.2.3-60-g2f50