diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-20 22:42:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-20 22:42:06 -0300 |
commit | a2815a64f68885b085c28b0c8f24302e63a67e65 (patch) | |
tree | c4c8996b56aebd9878097c2935b3c85a0753eac0 /npc/003-1/michel.txt | |
parent | 46af75f95a875c1fe1c3b3418af65da536abe51d (diff) | |
download | serverdata-a2815a64f68885b085c28b0c8f24302e63a67e65.tar.gz serverdata-a2815a64f68885b085c28b0c8f24302e63a67e65.tar.bz2 serverdata-a2815a64f68885b085c28b0c8f24302e63a67e65.tar.xz serverdata-a2815a64f68885b085c28b0c8f24302e63a67e65.zip |
Include stautes (possible final version)
Diffstat (limited to 'npc/003-1/michel.txt')
-rw-r--r-- | npc/003-1/michel.txt | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt index 58bf0f947..31a709b62 100644 --- a/npc/003-1/michel.txt +++ b/npc/003-1/michel.txt @@ -2,7 +2,7 @@ // Author: // Jesusalva // Description: -// Leaderboards + GM Command Log +// Currently Leaderboards + GM Command Log. But is a free npc. 003-1,89,109,0 script Michel NPC_BACCHUS,{ @@ -10,19 +10,12 @@ mesq l("All hail the ones who proven their worth before the whole Alliance!"); HallOfFame(); - next; - - HallOfFortune(); - next; - - HallOfLevel(); - next; // Anyone with GM Level, staff or not, is allowed to latest GM logs if (!getgmlevel()) close; - HallOfGMLog(); next; + HallOfGMLog(); // Only Admins are allowed to change the HoF Scoreboard if (!is_admin()) close; |