This document is intended for use as an aide for those who wish to study the intricate details of the code. It is not designed to be used as a tutorial.
| 800 | Game options - sent from startup cog to bot |
| 900 | Respawn bot - sent from startup cog to bot |
| 901 | Kill & remove bot - sent from startup cog to bot |
| 930 | Set Difficulty level - sent from hotkey to all bots |
| 940 | Cycle number of bots - sent from hotkey to startup cog |
| 950 | Confirmed respawn - sent from each bot back to startup cog |
| 960 | Query thing number - sent to bot |
| 970 | Return thing number - sent from bot |
| 990 | Player killed by bot - sent from player cog to startup cog |
| 1000 | Bot died |
Effects sent from bot server cog to local bot client cog
Parameters: (0 - botid 1 - Thing number)
| 10000 | Bot requests new position |
| 10010 | Nav cog busy - ask caller to retry |
| 11000 | New position info sent from nav cog to bot |
| 11010 | Special info request from bot to special cog |
| 11020 | Special info reply from special cog to bot |
| 11030 | Activate message sent to other cogs |
| 11040 | Arrived message sent from other cogs to bot |
| 12000 | Backpack taken by bot |
| 12001 | Backpack info sent to bot |
| 12002 | Backpack info sent to bot |
| 12003 | Backpack info sent to bot |
| 12004 | Backpack info sent to bot |
| 12010 | Backpack info sent from bot or player |
| 12011 | Backpack info sent from bot or player |
| 12012 | Backpack info sent from bot or player |
| 12013 | Backpack info sent from bot or player |
| 12200 | Bot touched CTF flag |
| 12210 | Update CTF info |
| 15010 | Enter hotkey pressed |
| 15020 | Setup hotkey pressed |
| 15030 | Request botname |
| 15040 | Returned botname |
| 15050 | Pause/unpause bots during menu |
| 15060 | Pause/unpause players during menu |
| 15070 | Difficulty hotkey pressed |
| 0x01 | Red base forward - priority 1 |
| 0x02 | Red base reverse - priority 1 |
| 0x04 | Gold base forward - priority 1 |
| 0x08 | Gold base reverse - priority 1 |
| 0x10 | Red base forward - priority 2 |
| 0x20 | Red base reverse - priority 2 |
| 0x40 | Gold base forward - priority 2 |
| 0x80 | Gold base reverse - priority 2 |
| 0x100 | Red base forward - priority 3 |
| 0x200 | Red base reverse - priority 3 |
| 0x400 | Gold base forward - priority 3 |
| 0x800 | Gold base reverse - priority 3 |
| 0x1000 | move forward only |