runWhile
Run a group of commands at the same time. Ends once the condition is no longer met.
Parameters
condition
The execution condition
commandsToRun
The commands to run
Run a command sequence that ends once the condition is no longer met.
Parameters
condition
The execution condition
sequence
The sequence to run