When using the random function be able to cluster commands like below.. or something like that 
So that it's possible to run more than one command on random?
Example:

So that it's possible to run more than one command on random?
Example:
JSON:
{
"Commands1": [
{
"Type": "Chat",
"Command": "I have just taken down the {TierName} helicopter at grid {Grid}!"
},
{
"Type": "Chat",
"Command": "I have just taken down the {TierName} helicopter at grid {Grid}!"
},
{
"Type": "Chat",
"Command": "I have just taken down the {TierName} helicopter at grid {Grid}!"
}
],
"Commands2": [
{
"Type": "Chat",
"Command": "I have just taken down the {TierName} helicopter at grid {Grid}!"
},
{
"Type": "Chat",
"Command": "I have just taken down the {TierName} helicopter at grid {Grid}!"
},
{
"Type": "Chat",
"Command": "I have just taken down the {TierName} helicopter at grid {Grid}!"
}
]
}