I keep hearing about randomized boxes and etc. How can things be randomized when the creator just put it at the same trigger and result in the same ending no matter what? How can you make random triggers?
I think they most likely use the randomizing of severals switches to create random events.
You can tell switches to randomly be changed to cleared or set regardless of what its state was before. That means if you can get up to 2^x events depending where x is the number of switches you want to correlate and randomize.
In reality, there would be 1.158 * 10^77 switch permutations, considering there are 256 switches

Or you can just say 2^256.
What does ^ stand for? Does that mean you guys are multiplying?
X ^ Y = X to the Yth power.
^ = Power
for example, 2^5 = 2x2x2x2x2.
So let's say there are 3 switches...
2^3 = 2x2x2 = 8 possible outcomes.
Alright! it works now! thanks!
=), Joshgt, i guess you don't use much computer syntax too often not to know wat a real ^ means.
OnTopic: Yeah, but you are going to need to make reswitchers or factor it up so it fits evenly for if you want 10 events which is not a binary number.
QUOTE
What does ^ stand for? Does that mean you guys are multiplying?
L O L
Ok, if you use a ti calculator thats is what the symbol is for powers. But powers are really just logarthms, so its really just a special log function.