summaryrefslogtreecommitdiff
path: root/npc/002-1/arpan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-1/arpan.txt')
-rw-r--r--npc/002-1/arpan.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt
index 11de7985a..6a3dd2d12 100644
--- a/npc/002-1/arpan.txt
+++ b/npc/002-1/arpan.txt
@@ -9,6 +9,8 @@
// Introduction NPC
002-1,49,36,0 script LeftDoorCheck NPC_HIDDEN,0,0,{
+ if (!#TUTORIAL_DONE)
+ #TUTORIAL_DONE = true;
.@q = getq(ShipQuests_Arpan);
if (.@q == 5) doevent instance_npcname("Magic Arpan")+"::OnTalk";
@@ -16,6 +18,8 @@
}
002-1,54,36,0 script RightDoorCheck NPC_HIDDEN,0,0,{
+ if (!#TUTORIAL_DONE)
+ #TUTORIAL_DONE = true;
.@q = getq(ShipQuests_Arpan);
if (.@q == 5) doevent instance_npcname("Magic Arpan")+"::OnTalk";