How to make percentages in gimkit

I have a lot of ability’s in my ability Wars gimkit that needs percentages, so does anyone know how to make percentages? :slight_smile:

Do you mean like something has a 10% chance of happening?

divide the number by 100
and you get the decimal form
multiply that decimal by the number ur trying to get the percentage of
then ur done

Like a 50 % chance or just any percentage

and for a randomizer just use a couple if blocks and a random integer thingy
and mess around with the options

How to make something like only 50% of times it works

For a randomizer, click these words.

1 Like

(50/100)*50

For a 50% chance of happening you just have it pick a number between 1 and 2.

wait…
fudge I remembered it wrong
whatever looks like he just wanted a randomizer anyways :P

(Not sure if this solved yet but)
If you want to make a 50/50 (or close to) thing then ((I can’t remember what device it is)) make a block code saying:
Choose random number 1 - x (x being 2 this case)
If it’s 1 - send this signal
If it’s 2 - send a different signal

1 Like

Is this what your looking for?? kinda?

1 Like