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/tarlan.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/000-1/tarlan.txt') diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt index c9e94b9f..a5a061e8 100644 --- a/npc/000-1/tarlan.txt +++ b/npc/000-1/tarlan.txt @@ -10,10 +10,10 @@ setnpcdir 2; mesn; - set @a, rand(4); - if (@a == 0) goto L_HardToHit; - if (@a == 1) goto L_Aouch; - if (@a == 2) goto L_DoYou; + set .@a, rand(4); + if (.@a == 0) goto L_HardToHit; + if (.@a == 1) goto L_Aouch; + if (.@a == 2) goto L_DoYou; mesq l("Hey you!"); next; -- cgit v1.2.3-60-g2f50