- Perform script commands a set number of times.
Parameters
- x: The number of times to repeat.
- y: The line command.
- Can use "|" to group multiple line commands.
Usage
- REPEATS x y
- REPEATS 10 1,2,3
- Will simulate pressing 1, 2 and 3 keys in sequence for 10 times.