Changes between Version 3 and Version 4 of mi


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

--

Legend:

Unmodified
Added
Removed
Modified
  • mi

    v3 v4  
    1 This command sends the agent walking until it hits an obstacle it cannot pass. It will walk off cliffs and into slime or lava. It will not report blocked when blocked by another entity - it will instead continue to move, hoping that the blocking entity moves out of the way.
     1This command sends the agent walking until it hits an obstacle it cannot pass (including walls or other entities).
    22
    33'''Parameters:'''
     
    77
    88'''Reports:'''
    9  * ''blocked'' if movement ended due to striking a wall.
     9 * ''blocked'' if the previous frame of attempted movement produced no effect.
    1010 * ''popped'' if popped by [[po]].
    1111 * ''forgotten'' if deleted by [[fa]] or [[fm]].