Changes between Version 6 and Version 7 of sh
- Timestamp:
- Jul 29, 2011 3:35:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sh
v6 v7 1 This command sets the health of clients.1 This command sets the health of a client, bot or human. 2 2 3 3 4 4 '''Parameters:''' 5 * 1 long botid. This specifies the client whose health should be modified. A -1 in this field indicates that the command should affect all clients' health.5 * 1 long id. This specifies the client whose health should be modified. A -1 in this field indicates that the command should affect all clients' health. 6 6 * 1 int newhealth, the new health value. 7 7 8 '''Responds:'''9 * TBD10 11 8 '''Reports:''' 12 * TBD9 * ''done'' when the task completes. 13 10 14 11 '''Example:''' 15 * User sends: "sh 1 100" 16 * Bot reply TBD 17 * User sends: "sh 4 30" 12 * User sends: "sh 512 100" 13 * Director replies: "cp sh 512 done"