I was thinking that maybe a block could have multiple inputs from activation blocks. If this is already possible, sorry about this, and please post how.
To elaborate: You can place an AND or OR block in between the multiple inputs and the block to be activated. Both AND and OR blocks accept multiple inputs and create an output depending on what they receive. (Physical location doesn't matter. Just link them as normal logic blocks.)And gate
Input1 --->
Input2 ---> AND Block ---> Block to be activated
Input3 --->
Input1 --->
Input2 ---> OR Block ---> Block to be activated
Input3 --->
I meant to pt OR gate. Silly brain.To elaborate: You can place an AND or OR block in between the multiple inputs and the block to be activated. Both AND and OR blocks accept multiple inputs and create an output depending on what they receive. (Physical location doesn't matter. Just link them as normal logic blocks.)
AND gates: All inputs must be active to send an active output signal. (All or nothing)
OR gates: Any one or more inputs must be active to send an active signal. (Any input can trigger output)
Illustration:
Code:Input1 ---> Input2 ---> AND Block ---> Block to be activated Input3 ---> Input1 ---> Input2 ---> OR Block ---> Block to be activated Input3 --->
like this thrown together example, you can link as many activation blocks to your doors as you want using the logic gatesNo no, im talking about doors being linked to multiple blocks
So am I. Can you elaborate on what you are having difficulty with?No no, im talking about doors being linked to multiple blocks
Hand Print Activation --->
Area Trigger Activation ---> OR Block ---> PlexDoor Blocks (open when OR is activated by any of the three options; all inputs must be turned off before OR block will close the door)
Step-on Activation --->