How to Define Input and call it

Hi . my script is very big and its hard to Find and connect Inputs to nodes.
Is there anyway to define an Input and call it every where in dynamo workspace and code blocks without connect wires? I try define function but it doesn’t work.
thanks.

Just organice your code via a template!

The Monocle and the DynaStandard packages can help you with this. :slight_smile:
Goodluck!

May I ask what this script is made for? lol

You can always ‘trace back’ by selecting the node you need to ID the input for, and hitting Tab. This will select all nodes coming into and out of the selected node, and finding the highlighted node is a lot easier.

Thank you