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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index bae3109f..fb5cec58 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -5,7 +5,7 @@
// Sailor hitting a crocotree, then being struck by a falling croconut.
000-1,33,37,0 script Tarlan NPC_TARLAN,{
- setnpcdir 2;
+ .dir = 2;
mesn;
.@a = rand(4);
@@ -55,7 +55,7 @@ L_DoYou:
goto L_Quit;
L_Quit:
- setnpcdir 4;
+ .dir = 4;
close;
OnInit: