From 66a7953e6f6b4d7951c306e1d305ab3b904f557a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 21 Nov 2014 16:04:32 +0300 Subject: Replace temp variables into scope temp variables. --- npc/000-2-3/elmo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/000-2-3/elmo.txt') diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt index 0bd0ccdc..89779294 100644 --- a/npc/000-2-3/elmo.txt +++ b/npc/000-2-3/elmo.txt @@ -8,8 +8,8 @@ // Size = 5 // Gender = 1 000-2-3,27,27,0 script Elmo 409,{ - set @q, getq(ShipQuests_ArpanMoney); - if (@q == 1) goto L_GotMoney; + set .@q, getq(ShipQuests_ArpanMoney); + if (.@q == 1) goto L_GotMoney; mesn; mesq l("Hey you, sorry for leaving your room so quickly. I needed to speak with the captain about the food reserves. You know, now that we have a new mouth to feed, we need to check what we have."); -- cgit v1.2.3-60-g2f50