summaryrefslogtreecommitdiff
path: root/npc/042-0/arthur.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-0/arthur.txt')
-rw-r--r--npc/042-0/arthur.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt
index 65858487a..a6a283e74 100644
--- a/npc/042-0/arthur.txt
+++ b/npc/042-0/arthur.txt
@@ -164,3 +164,22 @@ OnInstanceInit:
end;
}
+
+
+
+
+
+042-0,69,24,0 script #K042-0_69_24 NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ .@g=getcharid(2);
+ if ($KAMELOT_QUEST[.@g] & 1)
+ warp "042-1@"+.@g, 55, 99;
+ else
+ dispbottom l("The door is locked.");
+ end;
+}
+
+
+