| 1 | This query asks the agent to tell you its maximum health, which is always 200 in Quake. (This feature, seemingly useless, is implemented to conform to Walter's desired functionality.) |
| 2 | |
| 3 | '''Parameters:''' |
| 4 | * Takes no parameters. |
| 5 | |
| 6 | '''Responds:''' |
| 7 | * ''X'' where X is always 200. |
| 8 | |
| 9 | '''Reports:''' |
| 10 | * ''done'' when the task completes. |
| 11 | * ''popped'' if popped by [[po]]. |
| 12 | * ''forgotten'' if deleted by [[fa]]. |
| 13 | |
| 14 | '''Example:''' |
| 15 | * User sends: "n hm 512" |
| 16 | * Bot replies "rs hm 512 200" |
| 17 | * Bot replies "cp hm 512 done" |