Page 1 of 1

Keyword: REPEATS - Times to repeat

Posted: Fri Jun 11, 2021 6:57 am
by YiMeng
Description
  • 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.