| 378 | void SetBotsShoot(bool bShoot) { m_bBotsShoot = bShoot; }; |
| 379 | void SetIdleBots(bool bIdle) { m_bIdleBots = bIdle; }; |
| 380 | void EnableBotView(botent *bot) { m_pBotToView = bot; }; |
| 381 | void DisableBotView(void); |
| 382 | void ChangeBotSkill(short Skill, botent *bot = NULL); |
| 383 | botent *CreateBot(const char *team, const char *skill, const char *name); |