REPEAT

Syntax: #REPEAT number command

The specified command is sent to the MUD the number of times given by the number parameter. The current value of the repeat counter is saved in the predefined variable %repeatnum for your use in the command.

The shortcut for this command is:

#nnn {command}

Example

#REPEAT 10 {kill mound}
send the command kill mound to the MUD 10 times.


Contents