All True? (Condition) — SkCheese

Addon: SkCheese · Category: Condition · Since: 1.1

Syntax

%booleans%\?

Description

Checks if a list of booleans are all true.

Examples

if {_booleans::*}?:
  broadcast "all booleans in the list are true

View source