| Name | <ElementTag.not> |
| Returns | ElementTag(Boolean) |
| Description | Returns the opposite of the element
IE, true returns false and false returns true. You should never ever use this tag inside any 'if', 'while', etc. command (instead, use the '!' negation prefix). |
| Generated Example | |
| Group | element checking |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ElementTag.java#L1034 |