%list:LIST% (is|is not) empty for %scope:EXPR% — Conditions

%list:LIST% (is|is not) empty for %scope:EXPR%
List1.0.0

Description

Checks if a scoped global list is or is not empty for a specific scope reference.

Examples

if todos is empty for player:
if todos is not empty for player:

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

<list> is empty for <scope>
<list> is not empty for <scope>

Related (List)