Changes between Version 57 and Version 58 of ProtocolZero
- Timestamp:
- Jun 10, 2011 11:40:04 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v57 v58 31 31 32 32 '''INITIAL COMMANDS''' 33 * ''name'' - "set name",sets what the name of the bot will be when it spawns. Takes one argument:33 * ''name'' - sets what the name of the bot will be when it spawns. Takes one argument: 34 34 * string name 35 * ''botfile'' - "set botfile",sets the botfile of the bot. Among other things, this determines the bot's in-game model. See [[botfiles]] for a list of options. FIXME: problem loading bot models?35 * ''botfile'' - sets the botfile of the bot. Among other things, this determines the bot's in-game model. See [[botfiles]] for a list of options. FIXME: problem loading bot models? 36 36 * string filename 37 * ''skill'' - "set skill",sets the skill level of the bot, which selects subsections from the botfiles.37 * ''skill'' - sets the skill level of the bot, which selects subsections from the botfiles. 38 38 * integer skill 39 * ''team'' - "set team"sets the team of the bot ("red" or "blue") in CTF or team deathmatch mode.39 * ''team'' - sets the team of the bot ("red" or "blue") in CTF or team deathmatch mode. 40 40 * string team 41 * ''ready'' - "ready",spawns the bot. Takes no arguments. Responds with "id X" where X is the unique integer id number of the bot.41 * ''ready'' - spawns the bot. Takes no arguments. Responds with "id X" where X is the unique integer id number of the bot. 42 42 43 43 '''LIVE COMMANDS'''