What is Sequence good for?

One thing i would like to mention is that Sequence dont respect latent functions. For example, if you have a Delay node on Pin 1, Sequence dont bother waiting for that delay to finish. It will immediately run Pin 2.

For example, the below sequence will cause Accessed None Error:

where as this one works:

2 Likes