Each number opens one of the bars? I was working on a number pad that could be set to any number, using print bricks. The only problem I was having was getting a proper check for equality between the number inputted and the number set.
Quote from: Skele on August 14, 2008, 02:31:27 PMEach number opens one of the bars? I was working on a number pad that could be set to any number, using print bricks. The only problem I was having was getting a proper check for equality between the number inputted and the number set.I think the key to getting this stuff to work is to not use print bricks except as buttons, myself.For a door whose key can easily be changed, I would build it so that the entire key is stored in a matrix type construct, that can be changed by activating different nodes. Having a reset button is rather important, I noticed that any door without one tended to get "broken" once it got to the point where noone knew what number it was on.