Please help me with the following Wire node connection (according to picture).
I want to pass on a Int value from a "Bag" node according to the following:
If the (user input) Int in=5, pass the int value from the Bag node ONLY to 1st switch node.
If the (user input) Int in=4, pass the int value from the Bag node ONLY to 2nd switch node.
If the (user input) Int in=3, pass the int value from the Bag node ONLY to 3rd switch node.
If the (user input) Int in=2, pass the int value from the Bag node ONLY to 4th switch node.
How can I represent this using the nodes in Wire?
