summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-04-25 04:23:06 +0200
committerReid <reidyaro@gmail.com>2012-04-25 04:23:06 +0200
commit7aab41aa593de40c5c93c827ec2422acbb6540b3 (patch)
treeb4fd5dacf3cb268f3cc86ada4f4dd6dc6c788c3e
parent687ea50cb8cfce6921fbf8a1c8f6d41fe2b7894d (diff)
downloadclientdata-7aab41aa593de40c5c93c827ec2422acbb6540b3.tar.gz
clientdata-7aab41aa593de40c5c93c827ec2422acbb6540b3.tar.bz2
clientdata-7aab41aa593de40c5c93c827ec2422acbb6540b3.tar.xz
clientdata-7aab41aa593de40c5c93c827ec2422acbb6540b3.zip
Correct elmo geta problem with ArpanMoney variable,
Remove an useless string on Nard script.
-rw-r--r--npc/000-2-3/elmo.txt6
-rw-r--r--npc/000-2-3/nard.txt4
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: