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-1/dan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/000-2-1/dan.txt') diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index 4aef3f6f..f9d52fd2 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -8,7 +8,7 @@ 000-2-1,32,31,0 script Dan 101,{ mesn; - set .@q, rand(3); + .@q = rand(3); if (.@q == 0) goto L_QuestStory; mesq l("You see these pious around us?"); -- cgit v1.2.3-60-g2f50