Changes between Initial Version and Version 1 of lc


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

--

Legend:

Unmodified
Added
Removed
Modified
  • lc

    v1 v1  
     1This query asks the agent to tell you its current location.
     2
     3'''Parameters:'''
     4 * Takes no parameters.
     5
     6'''Responds:'''
     7 * ''X Y Z'' where X, Y, and Z are the coordinates of the bot. These are double-precision floating point numbers formatted by %ld of sprintf().
     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 lc 512"
     16 * Bot replies "rs lc 512 1837.500000 1342.750000 557.625000"
     17 * Bot replies "cp lc 512 done"