Building blocks defined

Logic blocks Logic blocks allow to combine condition and action blocks for the game rules. WHEN-THEN BLOCKBasic building block that allows to do actions (THEN) when condition becomes true (WHEN). When-then blocks can be nested to easily create AND logic constructs AND & OR BLOCKLogic operator that allows to combine multiple conditions. Can be one […]

Read More