Changes between Initial Version and Version 1 of hm


Ignore:
Timestamp:
Jun 6, 2011 10:47:03 AM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hm

    v1 v1  
     1This 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"