From 6eeae2ee499b4aec7b9f771c75ff09264d79c8fd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 5 Dec 2014 12:47:25 +0300 Subject: Replace script function set to direct variable assignments. --- npc/000-2-3/elmo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 b1a66b2e..eaaf6010 100644 --- a/npc/000-2-3/elmo.txt +++ b/npc/000-2-3/elmo.txt @@ -6,7 +6,7 @@ // Elmo's second dialog. 000-2-3,27,27,0 script Elmo 409,{ - set .@q, getq(ShipQuests_ArpanMoney); + .@q = getq(ShipQuests_ArpanMoney); if (.@q == 1) goto L_GotMoney; mesn; -- cgit v1.2.3-60-g2f50