Changes between Version 3 and Version 4 of mt


Ignore:
Timestamp:
Jun 17, 2011 11:56:36 AM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mt

    v3 v4  
    1 This command sends the agent walking in as straight a line as possible toward the destination point until it hits an obstacle it cannot pass or it reaches the point, whichever is sooner. It will walk off cliffs and into slime or lava. It will also slide along oblique walls or (accidentally) use jump pads.
     1This command sends the agent walking in as straight a line as possible toward the destination point until it hits an obstacle it cannot pass (including walls or other entities) or it reaches the point, whichever is sooner. It will walk off cliffs and into slime or lava. It will also slide along oblique walls or (accidentally) use jump pads.
    22
    33'''Parameters:'''
     
    99'''Reports:'''
    1010 * ''done'' if movement ends at the point.
    11  * ''blocked'' if movement ended due to striking a wall.
     11 * ''blocked'' if the previous frame of attempted movement produced no effect.
    1212 * ''popped'' if popped by [[po]].
    1313 * ''forgotten'' if deleted by [[fa]] or [[fm]].