not ()

From PenguinMod Wiki (Official)
Not ()
Jump to navigation Jump to search

The not () block is a boolean block that reports true if the boolean is false, and false otherwise, negating the value of the boolean. It originates from Scratch.

Workaround

This block can be worked around by using the () = () with the boolean as one of the inputs, and 0 or false as the other input:
<<bool::grey> = [false]>
Or:
<<bool::grey> = [0]>

See also