PC Equal chance randomizer

MontezumaI

Spazmatism
Using logic gates and dart traps, I've constructed a randomiser primarily for team selection, but can be used for other things too.
Capture 2016-06-09 07_56_48.png
Capture 2016-06-09 07_57_48.png
Capture 2016-06-09 07_57_29.png
The logic gates on the left start at the bottom, where it runs 2 50/50 gates, and activates the handler on the left in case neither pass. The AND gate to the right in each section is 1 outcome, where both succeed, and proceed to 1 set, the middle is an XOR gate where if 1 succeeds it goes through, and the left is where if neither succeed it goes through. It runs these boxes 2x in this model, but you can bring it up MUCH further by branching. The top 3 sets of gates activate the dart traps, which use different combinations with teal dart traps to actuate the glass platforms. You can run this for a 1/3 chance, 1/9, 1/27, etc, or modify outcomes to change the chances of passing.
Attempting to run this in tshock will cause it to crash.
 
Back
Top Bottom