Working With The Construction Script, Simple question

So I wanna do a new thing in the construction script. Doesn’t really matter what it is. Anyway, I already have a variable connected to the construction script that has nothing to do with the new thing I’m trying to do now. How can I attach another thing to the construction script if there’s already something there?

you can just daisy chain stuff together, if you have any branches, just make sure all execute pins lead to the new stuff. or you can use a sequence node for a whole new execute line.

Thanks, I got it, all good now. just used sequence. I’m dumb.