Changes between Version 68 and Version 69 of ProtocolZero


Ignore:
Timestamp:
Jun 16, 2011 1:00:01 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v68 v69  
    7272* Basic Actions
    7373 * ''[[fw]]'' - "Fire Weapon". Takes no arguments.
     74 * ''[[sw]]'' - "Switch Weapon". Takes one argument.
     75  * int weapon
    7476* Basic Queries
    7577 * ''[[hc]]'' - "Health, Current". Takes no arguments.
     
    171173 * echo [STRING] - reports a string back over the socket to the user
    172174 * crouch [VOID] - makes the Quagent crouch in place.
    173  * changeWeapon [WEAPON] - Quagent equips the given weapon, if possible.
    174175 * say [STRING] - Quagent "speaks" the STRING aloud. Has limited range. Possible implementation for user with speech synth. Used during Quagent collaboration.   
    175176 * look [VOID] - sends an image over the socket back to the user representing what the agent can see.
     
    205206  * player_use
    206207  * player_crouch
    207   * weapon_switch [WEAPON]