Hey @dirqf!
Here’s a solution:
$(eval r=Math.floor(Math.random()*100)+1;o=`responseIfAboveOrEqualTo90`;if(r<90){o=`responseIfBetween70And89Included`} if(r<70){o=`responseIfBetween50And69Included`} if(r<50){o=`responseIfBetween30And49Included`} if(r<30){o=`responseIfBellow30`}`$(user) is a cracker at ${r}%. ${o}.`)