i’m trying to have 70% chance for one thing, 15 for another, 10, then 5, how would i do this?
1 Like
Trigger sets a number property to a random number and broadcasts a message based on what the number is then have each item granter grant the item when they receive on the corresponding channel.
Make a random number generator choose a number from 1 to 100. Then have if statements check for the numbers like this.
2 Likes
Yeah you dont need a property mb
i’ll try that out
Don’t you need something to happen if the random number is between 95 and 100?
instead of an if, then do, it’s just else, meaning if there is anything else, it will do that what it’s told to do
1 Like
Oh! Sorry, didn’t see that last part.
it’s ok
1 Like
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.