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-1/ale.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/000-1/ale.txt') diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt index 54044d06..cccd0e3d 100644 --- a/npc/000-1/ale.txt +++ b/npc/000-1/ale.txt @@ -7,10 +7,10 @@ // Aquada box. 000-1,55,23,0 script Ale 105,{ - set .@g, getq(ShipQuests_Gugli); + .@g = getq(ShipQuests_Gugli); if (.@g == 0) goto L_NoTask; - set .@q, getq(ShipQuests_Ale); + .@q = getq(ShipQuests_Ale); if (.@q == 1) goto L_CallFunc; mesn; -- cgit v1.2.3-70-g09d2