What does the Evaluation Console do?


#1

I wanted to know what the Evaluation Console does and how to use it?


#2

A way to test different things instead of running it through the piston entirely.


#3

How does it work?


#4

You can type in expressions in it and get the output without actually running the piston. There are two ways, if using Value, then you enclose your variables in {}, if you do it via Expressions, then you can skip the brackets.

Try typing {$time} and press Enter


#5

can you run the piston with arguments from the evaluation console?


#6

I don’t think you can trigger a piston from the console but you can do some of the evaluations from within it.