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:
- Drag a condition block into the
wheninput (must be Boolean type) - Drag action blocks into the
theninput (statement type) - Combine conditions using AND/OR/NOT if needed
- All actions in
thenexecute sequentially when condition becomes true
Blocks: