Repeating Commands

Syntax: #number command

The specified command is sent to the MUD the number of times given by the number parameter. This number must be a constant. To use variables, see the LOOP command. The current value of the repeat counter is saved in the predefined variable %repeatnum for your use in the command.

Example

#10 kill mound
send the command kill mound to the MUD 10 times.


Contents