diff --git a/MCGalaxy/Commands/Bots/CmdBotSet.cs b/MCGalaxy/Commands/Bots/CmdBotSet.cs index 897bd6889..3666ab416 100644 --- a/MCGalaxy/Commands/Bots/CmdBotSet.cs +++ b/MCGalaxy/Commands/Bots/CmdBotSet.cs @@ -78,9 +78,10 @@ namespace MCGalaxy.Commands { } public override void Help(Player p) { - Player.Message(p, "%T/botset [bot] [AI script]"); - Player.Message(p, "%HMakes [bot] do the instructions in [AI script]"); - Player.Message(p, "%HSpecial AI scripts: Kill and Hunt"); + Player.Message(p, "%T/botset [bot] "); + Player.Message(p, "%HMakes [bot] do the instructions in "); + Player.Message(p, "%H Special AI scripts: Kill and Hunt"); + Player.Message(p, "%HIf is not given, turns off the bot's AI."); } } }