diff options
-rw-r--r-- | npc/commands/super-menu.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index de9454379..f0846fe33 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -85,14 +85,16 @@ OnGM: } else if (strcharinfo(0) == "jak1") { atcommand("#adjgroup jak1 80"); // Test Server grants - } else if (strcharinfo(0) == "Kolchak" && debug) { - atcommand("#adjgroup Kolchak 5"); - } else if (strcharinfo(0) == "MuaHaHaHaHa" && debug) { - atcommand("#adjgroup MuaHaHaHaHa 5"); - } else if (strcharinfo(0) == "kytty" && debug) { - atcommand("#adjgroup kytty 5"); - } else if (strcharinfo(0) == "Hocus" && debug) { - atcommand("#adjgroup Hocus 5"); + } else if (strcharinfo(0) == "Povo" && debug) { + atcommand("#adjgroup Povo 5"); + //} else if (strcharinfo(0) == "Kolchak" && debug) { + // atcommand("#adjgroup Kolchak 5"); + //} else if (strcharinfo(0) == "MuaHaHaHaHa" && debug) { + // atcommand("#adjgroup MuaHaHaHaHa 5"); + //} else if (strcharinfo(0) == "kytty" && debug) { + // atcommand("#adjgroup kytty 5"); + //} else if (strcharinfo(0) == "Hocus" && debug) { + // atcommand("#adjgroup Hocus 5"); //} else if (strcharinfo(0) == "Former_Cordo") { // atcommand("#adjgroup 60 Former_Cordo"); } else { |