From 5a2da4becdc11df9e6400218ed2a449611ad85af Mon Sep 17 00:00:00 2001 From: mekolat Date: Tue, 12 May 2015 07:35:32 -0400 Subject: request from @MadCamel --- world/map/npc/functions/superdebug.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'world/map/npc/functions/superdebug.txt') 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