diff options
Diffstat (limited to 'npc/014-4')
-rw-r--r-- | npc/014-4/kamelot.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index c73461f09..94040363f 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -62,8 +62,10 @@ OnTouch: } // XXX STATUS: STAGING - FINAL TESTING XXX - if ($EVENT$ != "Kamelot") + if ($EVENT$ != "Kamelot") { + dispbottom l("Kamelot Castle gates are closed; Please wait for the GM Team announcements."); end; + } // Save your GID for reference .@g=getcharid(2); |