From 5a2da4becdc11df9e6400218ed2a449611ad85af Mon Sep 17 00:00:00 2001
From: mekolat <mekolat@users.noreply.github.com>
Date: Tue, 12 May 2015 07:35:32 -0400
Subject: request from @MadCamel

---
 world/map/npc/017-9/npcs.txt              | 5 +++++
 world/map/npc/functions/announcements.txt | 1 +
 world/map/npc/functions/motdconfig.txt    | 1 +
 world/map/npc/functions/superdebug.txt    | 3 +++
 4 files changed, 10 insertions(+)

diff --git a/world/map/npc/017-9/npcs.txt b/world/map/npc/017-9/npcs.txt
index 25409829..c9f9aedb 100644
--- a/world/map/npc/017-9/npcs.txt
+++ b/world/map/npc/017-9/npcs.txt
@@ -1,6 +1,7 @@
 009-1,42,43,0|script|#SecretDoor|32767,0,0
 {
     if (getgmlevel() < 20 && !debug) end;
+    gmlog "@warp 017-9";
     warp "017-9", 27, 23;
     end;
 }
@@ -8,6 +9,7 @@
 020-1,60,76,0|script|#SecretDoor2|32767,0,0
 {
     if (getgmlevel() < 20 && !debug) end;
+    gmlog "@warp 017-9";
     warp "017-9", 29, 21;
     end;
 }
@@ -15,6 +17,7 @@
 001-1,54,118,0|script|#SecretDoor3|32767,0,0
 {
     if (getgmlevel() < 20 && !debug) end;
+    gmlog "@warp 017-9";
     warp "017-9", 21, 21;
     end;
 }
@@ -22,6 +25,7 @@
 027-2,118,111,0|script|#SecretDoor4|32767,0,0
 {
     if (getgmlevel() < 20 && !debug) end;
+    gmlog "@warp 017-9";
     warp "017-9", 31, 21;
     end;
 }
@@ -29,6 +33,7 @@
 029-1,34,96,0|script|#SecretDoor5|32767,0,0
 {
     if (getgmlevel() < 20 && !debug) end;
+    gmlog "@warp 017-9";
     warp "017-9", 23, 21;
     end;
 }
diff --git a/world/map/npc/functions/announcements.txt b/world/map/npc/functions/announcements.txt
index ce3d79ef..dd56eadc 100644
--- a/world/map/npc/functions/announcements.txt
+++ b/world/map/npc/functions/announcements.txt
@@ -128,6 +128,7 @@ L_StartBroadcast:
     set $@GMSA_CURRENT_TICK, 0;
     initnpctimer "Stone Board";
     mes "Done.";
+    gmlog strcharinfo(0) + " modified the scheduled broadcast.";
     goto L_Close;
 
 L_Abort:
diff --git a/world/map/npc/functions/motdconfig.txt b/world/map/npc/functions/motdconfig.txt
index f2541ea6..9ad2b43f 100644
--- a/world/map/npc/functions/motdconfig.txt
+++ b/world/map/npc/functions/motdconfig.txt
@@ -12,6 +12,7 @@ function|script|MOTDConfig
         "toggle|Toggle MOTD", L_Toggle;
 
 L_Toggle:
+    gmlog strcharinfo(0) + " enabled or disabled the MOTD.";
     set $@MOTD_Disabled, !$@MOTD_Disabled;
     close2;
     return;
diff --git a/world/map/npc/functions/superdebug.txt b/world/map/npc/functions/superdebug.txt
index 6ca56b88..b9f067de 100644
--- a/world/map/npc/functions/superdebug.txt
+++ b/world/map/npc/functions/superdebug.txt
@@ -28,15 +28,18 @@ L_Holiday:
         "Halloween.", L_HalloweenDebug;
 
 L_XmasDebug:
+    gmlog strcharinfo(0) + " accessed the Xmas debug.";
     callfunc "XmasDebug";
     end;
 
 L_HalloweenDebug:
+    gmlog strcharinfo(0) + " accessed the Halloween debug.";
     callfunc "HalloweenDebug";
     end;
 
 L_Event:
     if(getgmlevel() < 60) goto L_GM;
+    gmlog strcharinfo(0) + " accessed the GM event debug.";
     callfunc "GmDebug";
     close;
 
-- 
cgit v1.2.3-70-g09d2