I am trying to create an API script that will give a random result (which I have gotten to work) and within the posted result have the script also randomly generate a number. For instance: {low: 7, high: 8, result: "Extra Damage", effect: "You have taken a serious hit, As a result you suffer an additional XXXX hp of damage. "}, With XXXX being the randomly generated number. I know roll 20 has the Math.random() function but i cannot seem to figure out where to insert it.