diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/super-menu.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index dac9111a4..7a37ddf11 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -71,6 +71,7 @@ OnGM: if (!validatepin()) close; .@auth=true; + // NOTE: Pihro and Pyndragon do not have player chars if (strcharinfo(0) == "Jesusalva") { atcommand("#adjgroup 99 Jesusalva"); } else if (strcharinfo(0) == "Saulc") { @@ -79,6 +80,10 @@ OnGM: atcommand("#adjgroup 60 seeds"); } else if (strcharinfo(0) == "demure") { atcommand("#adjgroup 80 demure"); + } else if (strcharinfo(0) == "jak1") { + atcommand("#adjgroup 80 jak1"); + //} else if (strcharinfo(0) == "Former_Cordo") { + // atcommand("#adjgroup 60 Former_Cordo"); } else { dispbottom l("Your privileges do not allow you to use this command."); .@auth=false; |