mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
Mention in /help botset that not providing an AI name removes the bot's AI.
This commit is contained in:
parent
9d472c83bd
commit
5c9a067781
@ -78,9 +78,10 @@ namespace MCGalaxy.Commands {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public override void Help(Player p) {
|
public override void Help(Player p) {
|
||||||
Player.Message(p, "%T/botset [bot] [AI script]");
|
Player.Message(p, "%T/botset [bot] <AI script>");
|
||||||
Player.Message(p, "%HMakes [bot] do the instructions in [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, "%H Special AI scripts: Kill and Hunt");
|
||||||
|
Player.Message(p, "%HIf <AI script> is not given, turns off the bot's AI.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user