summaryrefslogtreecommitdiff
path: root/npc/000-1/tarlan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/tarlan.txt')
-rw-r--r--npc/000-1/tarlan.txt8
1 files changed, 4 insertions, 4 deletions
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;