From 7aab41aa593de40c5c93c827ec2422acbb6540b3 Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 25 Apr 2012 04:23:06 +0200 Subject: Correct elmo geta problem with ArpanMoney variable, Remove an useless string on Nard script. --- npc/000-2-3/elmo.txt | 6 +++--- 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: -- cgit v1.2.3-70-g09d2