Hello,
I see in podbot v3b21 we can set the prefix before bot's name with this option in podbot.cfg :
Code:
# This value sets the skilldisplay and/or the prefix before bot's name.
# 0 - no skilldisplay and no [POD] prefix before the name;
# 1 - both - skilldisplay and [POD] prefix before the name are added;
# 2 - only the [POD] prefix before the name is added;
# 3 - only the skill (for example (100) ) sufix after the name is added;
# The prefixes are: for aggresive bots the prefix is [P*D],
# for normal ones - [POD] and for deffensive ones is [P0D]
# (just zero instead "o" between "P" and "D").
# Default is 1.
pb_detailnames 0
It is good but I would like to put a customized prefix before bot's name... For example : "[BOT]" or "[CPU]".
Can we do this with podbot mm?