Changes between Version 70 and Version 71 of ProtocolZero
- Timestamp:
- Jun 16, 2011 3:56:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v70 v71 74 74 * ''[[sw]]'' - "Switch Weapon". Takes one argument. 75 75 * int weapon 76 * ''[[sc]]'' - "Set Crouch". Takes one argument. 77 * int crouching 76 78 * Basic Queries 77 79 * ''[[hc]]'' - "Health, Current". Takes no arguments. … … 172 174 * move [OBJECT] - finds the location of specified object, and pathfinds to it using move[LOCATION]. 173 175 * echo [STRING] - reports a string back over the socket to the user 174 * crouch [VOID] - makes the Quagent crouch in place.175 176 * say [STRING] - Quagent "speaks" the STRING aloud. Has limited range. Possible implementation for user with speech synth. Used during Quagent collaboration. 176 177 * look [VOID] - sends an image over the socket back to the user representing what the agent can see. … … 205 206 * ACTIONS 206 207 * player_use 207 * player_crouch