runscript [<script>] (<variable_name>:<value>,…)
Runs a script loaded in CoyoteMIDI.
Parameters:
- The full name of the script as loaded in CoyoteMIDI.
- the variables to be included in the script to be ran. Each variable has to be included in the form of a variable name, and the variable value, separated by a “:”. Multiple entries can be specified, separated by a “,”. This parameter is optional.
Returns: The return value from the script being ran. This value would be set in the script to run with the “return” command.