One-sentence purpose: Logic blocks execute actions when specific conditions become true.

What they do: Logic blocks create conditional structures in your game using WHEN-THEN patterns. They connect conditions (triggers) to actions (responses), forming the decision-making framework of your game.

Block toolbox location: Logic category

How to use logic blocks:

  1. Drag a condition block into the when input (must be Boolean type)
  2. Drag action blocks into the then input (statement type)
  3. Combine conditions using AND/OR/NOT if needed
  4. All actions in then execute sequentially when condition becomes true

Blocks:

Tagged: