Piston State Line Breaks


#1

When setting piston state is there a way to do line breaks? I’m trying to do several dates and it’s all one long string making it hard to read.


#2

In an expression box, you can use
\n
for a new line break. Just make sure it is in quotes the same as all your other text.

Like this:

Side note:
When testing, I often leave out the \n so I can see the full result right there in the box