/****************************************************** FoxBot Control Plugin By: -=AS1=-MjrStryker ******************************************************/ The foxbot control plugin creates the following commands in the admin registry: admin_bot_on admin_bot_off admin_bot_level admin_bot_max admin_bot_add admin_bot_kick Only users with access level 8192 can utilize. Usage is as follows: When the plugin is started, it will remember the current max_bots setting by saving it as BotID. admin_bot_on when entered will set the maximum number of bots to whatever is stored in the BotID variable. admin_bot_off when entered will set the maximum number of bots to -1 and kick all currently playing bots. admin_bot_level when entered will change the level of all new bots to the entered level and kick all current bots. The new bots that join will be at the desired level. admin_bot_max will set the BotID and max_bots variables to whatever you enter. (Must be between 0 and 32, -1 to disable.) admin_bot_add will add one randomly selected bot to the server and up the maximum number of bots by one. admin_bot_kick will kick the next bot that dies from the server and decrease the maximum number of bots by one.