Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joram77/cad57b276780c955c816a6273972b326 to your computer and use it in GitHub Desktop.
Save joram77/cad57b276780c955c816a6273972b326 to your computer and use it in GitHub Desktop.
Jul 2021
Here the solution
{
"Name": "Random",
"CreationDate": "2021-7-21",
"Commands": [
{
"Command": "executeScript_Sandbox",
"Target": "var letters = ['3000','4000','5000']; var string = ''; for(var i = 0; i < 1; i++){string += letters[parseInt(Math.random() * 3)]}; return string;",
"Value": "v1",
"Description": ""
},
{
"Command": "echo",
"Target": "Random Value Is ${v1}",
"Value": "#shownotification",
"Description": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment