How to turn on expert mode


#1

1)
Give a description of the problem

I’m looking for how to enable expert mode. I have been to settings but only find places, categories, and integrations. Am I looking in the wrong place?


#2

While editing any piston, look under “Options” in the top right


#3

When I go there i only get
show variables
show complex if’s
show restrictions
show advanced options
show piston settings
show when true/false actions
show evaluation console.

I have them all turned on but I still do not see how to make an if statement. So far I have been using
only when
with
do


#4

You don’t see this?

image


#5

… which will popup this:

temp

… and leads to this:

temp

From there, you first choose what to compare:

temp

… and then begin your logic.


#6

My two cents? Setting your options to this:

temp

will give you access to 98% of commands, without cluttering up your code.
(the other 5 checkmarks will likely confuse more than help at this point)


#7

Well I feel pretty dumb lol. It of course, was right in front of me. Thank you both for your help.