24-May-2016, 6:06 PM
(This post was last modified: 24-May-2016, 6:09 PM by FelixNemis.)
Quote:is it possible to set up "IF statements" with wires?If I understand correctly you want something like this
Let's say I want the following:
You clone a monster to randomly press one of three buttons, each connects to a latch or otherwise connects to another button which you press, to open the door to the exit. [six buttons total]
Now if you clone another monster, and it presses a different button, it turns off the first latch and turns on the other one it went to. So now, chip can only pressed the latest button triggered to open the door.
Is this possible?
Where the monster pushes one button, and chip must push a corresponding button to exit, and if the monster pushes another button, the first one wont work and the new button's corresponding button needs to be pushed.