Changes between Version 6 and Version 7 of fo


Ignore:
Timestamp:
Aug 26, 2011 3:48:45 PM (13 years ago)
Author:
xwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • fo

    v6 v7  
    1 This command sets the camera on the quagent so the user does not have to call it from the console. FIXME: make this a director function instead?
     1This command set's the user's viewpoint on the specified client.
    22
    33'''Parameters:'''
    4  * This command takes no parameters.
     4 * 1: int clientNum - The client whose viewpoint to follow. A clientNum of turns the user into a spectator
    55
    66'''Reports:'''
    7  * ''done'' once the action is completed.
    8  * ''popped'' if popped by [[po]].
    9  * ''forgotten'' if deleted by [[fa]] or [[fm]].
    10  * ''replaced'' if replaced by a command scheduled with 'r'.
     7 * ''done'' when the task completes.
    118
    129'''Example:'''
    13  * User sends: "n fo 512"
    14  * Bot replies "cp fo 512 done"
    15 
    16  ''The camera is now on the bot''
     10 * User sends: "fo 512 1"
     11 * Director replies: "cp fo 512 done"
     12''Viewpoint is now on client 1''