How would I make an event have a specific chance to fire?
I understand I could use random integer between 1-100 and then a switch on int with 100 outputs, and have the outputs correspond with a set variable, but is this really the best way to go about doing this?
Thank you,