Changes between Initial Version and Version 1 of ro


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ro

    v1 v1  
     1This command sends the agent walking until it hits an obstacle it cannot pass. It will walk off cliffs and into slime or lava.
     2
     3'''Parameters:'''
     4 * 1: float yaw, the number of degrees to turn to the left. May be negative from the current view. The bot will always turn the shorter way. May be negative.
     5 * 2: float pitch, the number of degrees to look down from the current view. May be negative.
     6
     7
     8'''Reports:'''
     9 * ''done'' once turning is done. If you watch the bot, it will appear that the model rotates in successive jerks and finishes sooner than the command does. This is because the model rotation is not perfectly matched to the logical entity rotation.
     10 * ''popped'' if popped by [[po]].
     11 * ''forgotten'' if deleted by [[fa]].
     12
     13'''Example:'''
     14 * User sends: "n ro 512 45 -30"
     15 * Bot turns left 45 degrees and looks 30 degrees up.
     16 * Bot replies "cp ro 512 done"