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/muller.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/000-1/muller.txt') diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index 403556e0..2418d039 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -7,10 +7,10 @@ // Plushroom box. 000-1,35,69,0 script Q'Muller 104,{ - set .@g, getq(ShipQuests_Gugli); + .@g = getq(ShipQuests_Gugli); if (.@g == 0) goto L_NoTask; - set .@q, getq(ShipQuests_QMuller); + .@q = getq(ShipQuests_QMuller); if (.@q == 1) goto L_CallFunc; mesn; -- cgit v1.2.3-70-g09d2