Creates an if-query without an else. If an event happens, the bricks between the “if” and the “end if” will be activated.

If [value] is true then Brick

"End if" will be created automatically.

end-if.png

Example

If the size becomes more than 200%, the script will stop making the penguin bigger.

If [value] is true then Example

Result

Download

If [value] is true then Result