Changes between Version 97 and Version 98 of ProtocolZero
- Timestamp:
- Aug 23, 2011 4:36:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v97 v98 229 229 230 230 '''GOD''' 231 * slowmo [SLOW_FACTOR] - slows down all game actions by SLOW_FACTOR. '''FIXME:''' slomo and speedup only affect running speed right now232 * speedup [SPEED_FACTOR] - speeds up all game actions by SPEED_FACTOR.233 231 * look[POSITION,DIRECTION] - produces a snapshot taken from POSITION facing DIRECTION. 234 232 * 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