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
Skript Documentation is the best place to find the official skript documentation and feature latest working addons for the latest version of Skript.
Full documentationBrowse all docsAddon: SkCheese · Category: Condition · Since: 1.1
%booleans%\?Checks if a list of booleans are all true.
if {_booleans::*}?:
broadcast "all booleans in the list are true