summaryrefslogtreecommitdiff
path: root/npc/029-1/tutorial.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-1/tutorial.txt')
-rw-r--r--npc/029-1/tutorial.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/029-1/tutorial.txt b/npc/029-1/tutorial.txt
index d6d05463..77ebf3e5 100644
--- a/npc/029-1/tutorial.txt
+++ b/npc/029-1/tutorial.txt
@@ -5,7 +5,6 @@ OnInit:
$@ScorpionFighter = 0;
$@ScorpionTimer = 0;
set $@ScorpDeath, 0;
- $@SpokeToKaan = false;//(1 << 31); FIXME
end;
}
029-2,21,26,0 script TutDebug NPC154,{
@@ -18,14 +17,14 @@ OnInit:
L_Kaan:
QL_BEGIN = 8;
- STARTAREA = STARTAREA &~ $@SpokeToKaan;
+ setq CandorQuest_Harasser, 0;
mes "Reset!";
goto L_close;
L_Reset:
TUT_var = 0;
QL_BEGIN = 0;
- STARTAREA = STARTAREA &~ $@SpokeToKaan;
+ setq CandorQuest_Harasser, 0;
mes "Reset!";
goto L_close;