I recently installed 3.2.2 and figured I would give creating my own bot a try.
However I was unlucky with this due to the fact that the documentation found here: https://warzone.atlassian.net/wiki/display/mod/Artificial+Intelligence+(.ai)+Files is outdated.
the AI file does not exist anymore and has been replaced with a JSON file containing something like:
- Code: Select all
{
"AI" : {
"js" : "Kami.js",
"name" : "Kami JS",
"tip" : "Kami AI"
}
}
Just figured I would post it here since I do not have the rights to edit the documentation