Piston trigger: Time happens at [list of times]?


#1

Is there any way to convert this into some sort of argument or expression? (still learning the differences between the two, sorry for confusing terms if one doesn’t apply).

So instead of a bunch of “happens at” triggers…Like this…

Capture

Instead it would be something like…

If $time24 IN (
    time(05:00),
    $sunrise,
    addMinutes($sunset, 30),
    time(20:30),
    time(22:00),
    time(23:30)
)

I don’t know of any IN clauses in webCoRE or if this would even work.


#2

Bumping this post. Completely forgot I posted this before, and almost went to post it again.

I just noticed today that there’s (now?) an advanced variable called a time list, not sure if that’s what I’m looking for.