Changes between Version 57 and Version 58 of ProtocolZero


Ignore:
Timestamp:
Jun 10, 2011 11:40:04 AM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v57 v58  
    3131
    3232'''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:
    3434 * 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?
    3636 * 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.
    3838 * 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.
    4040 * 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.
    4242
    4343'''LIVE COMMANDS'''