Back to Documentation
Tag Operations Node

Disable by Query

Add a disabled tag to all entities matching a query

Inputs

querystringrequired

Tag to match entities (e.g. reel:1, reel:5 or row:1).

disabledTagstring

Tag to set for disabled state (must match stack; excluded from wins/spin).

Default: state:disabled

Outputs

disabledCountnumber

Number of entities that were tagged

Overview

Finds all entities with the query tag and sets disabledTag on each. Disabled positions are excluded from win evaluation and can be skipped by reel spin / H&W. Use to disable specific reels or rows (e.g. disable reels 1 and 5, or top row).

Usage example

Disable by Query:
  query: "reel:1"
  disabledTag: "state:disabled"
// All positions on reel 1 are now disabled