Is (set: $Val to (random: 1, 10) - ($Val)) possible to subtract the value with a random number?
(set: $Val to (random: 1, 10) - ($Val))
If no, what should I do?