Turn One Signal into Multiple
Hi all,
I've got a toggle microchip that's outputting a signal valued at 1 whenever my puppet is in a certain state, let's say standing. Right now, I've got about 15 wires going from that toggle output into a bunch of different variable modifiers sitting in their own microchip, which is ugly as hell. Is there any way to pass one wire in, then split it or multiply it with the same value many times?
Thanks!
-
Yeah, you just need to add a node to the left side of your circuit, and pass the wire to that. Then branch from the node. https://indreams.me/guide/palette-glossary/assembly/components/logic-and-processing/node
-
'@Sumasshu, ooooh ok. Tried this last night and it worked! Thanks!!
Please sign in to leave a comment.