Changes between Initial Version and Version 1 of po


Ignore:
Timestamp:
Jun 3, 2011 1:11:07 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • po

    v1 v1  
     1This command deletes the next command to be executed from the command queue.
     2
     3'''Parameters:'''
     4 * This command does not accept any parameters.
     5
     6'''Reports:'''
     7 * ''done'' immediately.
     8 * ''popped'' if popped by [[po]] before execution.
     9 * ''forgotten'' if deleted by [[fa]] before execution.
     10 * Causes the next action to report ''popped''.
     11
     12'''Example:'''
     13 * User sends: "n mf 222 0 1"
     14 * Bot begins moving.
     15 * User sends: "n po 512"
     16 * Bot stops moving.
     17 * Bot replies "cp po 512 done"
     18 * Bot replies "cp mf 222 popped"