diff options
Diffstat (limited to 'world/map/npc/functions/superdebug.txt')
-rw-r--r-- | world/map/npc/functions/superdebug.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/functions/superdebug.txt b/world/map/npc/functions/superdebug.txt index 8bb9350a..6ca56b88 100644 --- a/world/map/npc/functions/superdebug.txt +++ b/world/map/npc/functions/superdebug.txt @@ -11,6 +11,7 @@ L_Main: next; menu "Announcements", L_StoneBoard, + "MOTD", L_MOTD, "Holiday debug", L_Holiday, "Event debug", L_Event; // todo: generic npcs (in a future PR) @@ -44,6 +45,11 @@ L_StoneBoard: callfunc "SBConfig"; close; +L_MOTD: + if (getgmlevel() < 40) goto L_GM; + callfunc "MOTDConfig"; + close; + L_GM: mes "[Numa]"; mes "I'm awfully sorry."; |