Changes between Initial Version and Version 1 of am


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

--

Legend:

Unmodified
Added
Removed
Modified
  • am

    v1 v1  
     1This query asks the agent to tell you its maximum armor, which is always 200. (This 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 am 512"
     16 * Bot replies "rs am 512 200"
     17 * Bot replies "cp am 512 done"