| | 25 | |
| | 26 | {{{DEFAULTSPEED <DOUBLE DEFSPEED>}}} |
| | 27 | |
| | 28 | Sets the Quagent's default moving speed. ''DEFSPEED'' is a double between 0 (min) and 1 (max). |
| | 29 | |
| | 30 | {{{DEFAULTPRIORITY <STRING PRIORITY>}}} |
| | 31 | |
| | 32 | Sets the Quagent's default server command queue priority (for more information, see [[ProtocolZero]]). Acceptable options are ''NOW'', ''REPLACE'', and ''LATER''. |
| | 33 | |
| | 34 | {{{DEFAULT_RF_TYPE <INTEGER RANGEFINDER_TYPE>}}} |
| | 35 | |
| | 36 | Sets the Quagent's default rangefinder type (for more information, see [[rf]]). ''RANGEFINDER_TYPE'' must be a value between 0 and 7. |
| | 37 | |
| | 38 | {{{DEFAULTVOLUME <DOUBLE VOLUME>}}} |
| | 39 | |
| | 40 | Sets the Quagent's default volume (range) for say commands. ''VOLUME'' may be any double. A negative value will become infinite volume. |
| | 41 | |
| | 42 | {{{SYNC <BOOLEAN IS_SYNC>}}} |
| | 43 | |
| | 44 | Determines whether the Quagent's object commands execute synchronously or asynchronously. The client defaults to async. |
| | 45 | |
| | 46 | {{{VERBOSE <BOOLEAN IS_VERBOSE>}}} |
| | 47 | |
| | 48 | Controls whether the client code outputs verbose messages about its current execution. Useful for debugging Quagent operation. |
| | 49 | |