I want to make a roulette

Set app variable outcome to random 1 to 100
If app variable outcome <= 10 then _____
elseif app variable <= (10+20) then ______
Elseif app variable <= (10+20+70) then _____

These conditions are in the following order:
10%
20%
70%

Also, here’s a similar method with a screenshot of blocks: