Changes between Version 97 and Version 98 of ProtocolZero


Ignore:
Timestamp:
Aug 23, 2011 4:36:50 PM (13 years ago)
Author:
xwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v97 v98  
    229229
    230230'''GOD'''
    231  * slowmo [SLOW_FACTOR] - slows down all game actions by SLOW_FACTOR. '''FIXME:''' slomo and speedup only affect running speed right now
    232  * speedup [SPEED_FACTOR] - speeds up all game actions by SPEED_FACTOR.
    233231 * look[POSITION,DIRECTION] - produces a snapshot taken from POSITION facing DIRECTION.
    234232 * listen [POSITION] - listens for Quagent communications at the given POSITION.
    235  * pause [VOID] - global pause. calling this while paused acts as a resume. '''FIXME:''' unpausing does not work