summaryrefslogtreecommitdiff
path: root/npc/001-1/beuss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/beuss.txt')
-rw-r--r--npc/001-1/beuss.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/beuss.txt b/npc/001-1/beuss.txt
index 404d28a8..a91c0045 100644
--- a/npc/001-1/beuss.txt
+++ b/npc/001-1/beuss.txt
@@ -7,7 +7,7 @@
001-1,45,52,0 script Beuss NPC_BEUSS,{
stopnpctimer;
initnpctimer;
- setnpcdir 4;
+ .dir = 4;
mesn;
mesq l("You are too weak, what is a piece of bone like you doing around here?");
@@ -17,7 +17,7 @@ L_Close:
close;
OnTimer10000:
- setnpcdir 2;
+ .dir = 2;
stopnpctimer;
end;