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-1/darlin.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/000-1/darlin.txt') diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index ca8691e6..7e445588 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -14,7 +14,7 @@ // Size = 14 // Gender = 1 000-1,89,95,0 script Darlin 103,{ - set @q, getq(ShipQuests_TreasureChest); + set .@q, getq(ShipQuests_TreasureChest); mesn; setcamnpc; @@ -118,7 +118,7 @@ L_GoDown: mes ""; mesn; - if (@q > 0) goto L_DangerAround; + if (.@q > 0) goto L_DangerAround; setcamnpc; mesq l("Oh no, but I've noticed a weird light on the other edge of this island, I wonder what it can be..."); -- cgit v1.2.3-60-g2f50