If Not (Condition) — SkCheese
Addon: SkCheese · Category: Condition · Since: 1.1
Syntax
\!\(<.+>\)Description
Checks if a condition doesn't pass.
Examples
if !(1 = 2):
broadcast "1 is indeed not 2"
Skript Documentation is the best place to find the official skript documentation and feature latest working addons for the latest version of Skript.
Full documentationBrowse all docsAddon: SkCheese · Category: Condition · Since: 1.1
\!\(<.+>\)Checks if a condition doesn't pass.
if !(1 = 2):
broadcast "1 is indeed not 2"