diff options
-rw-r--r-- | npc/042-0/arthur.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index 1f8622e11..f6f622b6e 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -319,6 +319,14 @@ OnInstanceInit: OnTouch: .@g=getcharid(2); + + // Quest already finished. + if ($KAMELOT_QUEST[.@g] & 64) { + dispbottom l("I should talk to King Arthur."); + end; + } + + // Quest (not yet) started if ($KAMELOT_QUEST[.@g] & 1) { warp "042-1@"+.@g, 55, 99; } else { |