Changes between Version 7 and Version 8 of mf


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

--

Legend:

Unmodified
Added
Removed
Modified
  • mf

    v7 v8  
    1 This [[ProtocolZero]] command sends the agent walking until it hits an obstacle it cannot pass or the given time has elapsed, whichever is sooner. 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 [[ProtocolZero]] command sends the agent walking until it hits an obstacle it cannot pass (including walls or other entities) or the given time has elapsed, whichever is sooner. It will walk off cliffs and into slime or lava.
    22
    33'''Parameters:'''
     
    88
    99'''Reports:'''
    10  * ''blocked'' if movement ended due to striking a wall.
     10 * ''blocked'' if the previous frame of attempted movement produced no effect.
    1111 * ''done'' if the time elapsed.
    1212 * ''popped'' if popped by [[po]].