Maestro Script

Is there a “random” command within the maestro scripting functionality?

thanks

Hello.

Unfortunately, Maestro scripting does not have a random command. However, you might be able to use the GET_MS and MOD commands together in a Maestro script to get a random number within a certain range, which is probably the easiest method to implement.

You can also see our response here for other alternatives on generating random numbers using the Maestro scripting language.

Brandon