diff options
-rw-r--r-- | npc/000-2-3/elmo.txt | 6 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt index a863507d..4cb70143 100644 --- a/npc/000-2-3/elmo.txt +++ b/npc/000-2-3/elmo.txt @@ -2,11 +2,11 @@ // Authors: // Reid // Description: -// Elmo's second dialogs +// Elmo's second dialog. 000-2-3.gat,27,27,0,1 script Elmo 309,{ - set @q, geta2(ShipQuests, ShipQuests_ArpanMoney); + set @q, geta(ShipQuests, ShipQuests_ArpanMoney); if (@q == 1) goto l_GotMoney; mesn; @@ -50,7 +50,7 @@ l_OhHeDid: close; -l_GotMoney +l_GotMoney: mesn; mesq l("Be patient a little while longer, in the next few days we will arrive at the port of Artis..."); next; diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index 047b182d..254d152a 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -118,9 +118,7 @@ l_SpecialTask: l_NotYet: mesn; - mesq l("You still haven't completed your task."); - next; - mesq l("And please don't touch these hats, they are for crew members only."); + mesq l("You still haven't completed your task."); close; l_Give: |