Changes between Version 70 and Version 71 of ProtocolZero


Ignore:
Timestamp:
Jun 16, 2011 3:56:28 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v70 v71  
    7474 * ''[[sw]]'' - "Switch Weapon". Takes one argument.
    7575  * int weapon
     76 * ''[[sc]]'' - "Set Crouch". Takes one argument.
     77  * int crouching
    7678* Basic Queries
    7779 * ''[[hc]]'' - "Health, Current". Takes no arguments.
     
    172174 * move [OBJECT] - finds the location of specified object, and pathfinds to it using move[LOCATION].
    173175 * echo [STRING] - reports a string back over the socket to the user
    174  * crouch [VOID] - makes the Quagent crouch in place.
    175176 * say [STRING] - Quagent "speaks" the STRING aloud. Has limited range. Possible implementation for user with speech synth. Used during Quagent collaboration.   
    176177 * look [VOID] - sends an image over the socket back to the user representing what the agent can see.
     
    205206 * ACTIONS
    206207  * player_use
    207   * player_crouch