Which piston is best practice for simple stuff? (two examples included)


#1

I have two pistons below. One just uses the “If True” for a bunch of notifications (which is what I need the pistons to do) while the other does “If” this “Then” that. Does it matter which I use for simple notifications or is it best practice to use one?



#2

There really isn’t a BEST per say. Lots of ways to skin the cat.

I would however recommend your second option. Using multiple if/then statements instead of the when true.


#3

I prefer the second, easier to drag code blocks around.