I have ventured into Advanced Random which seems great so far, but I can't use Advanced Random as a condition. I am struggling to figure out how to work with the random values I pull if I can't compare them. I created a simple Program that calls a weighted table 100,000 times and counts how many times the Success is hit with a 1% chance (99, "Fail" 1, "Success").
I made it work by checking for the text to match 'success', but this is obviously not the intended route. Any tips would be appreciated :)