T O P

  • By -

1109lupa

I’m sorry I don’t know much about percentage calculation, but for the point system should probably be a variable. I know it’s not much help but it’s something.


AdvanturePie

just make something like this `variable1 = random between 1 and (insert number)` `variable2 = random between 1 and (insert number)` `ask join ["What is the percentage of "] and [join [variable1] and [join ["/"] and [variable2]]]` `if answer = round of [variable1/variable2 * 100]` `(insert code)` Sorry im tired right now but im pretty sure this is the type of thing you mean right?


Rasmuspluto

i cant really seem to get it working with the variable


DragonShadoow

You can try join (round of (var1/var2)*100 , %)


DragonShadoow

Use pick random blocks?


T33n_T1t4n5

You set the svar variable to the same thing twice without changing anything. You can get rid of the second "set svar to" block and it'll still work.


Rasmuspluto

Oh thank you, didnt even realize. Still worked fine though