Skript+/If、Else 语句
外观
接下来,你正在寻找 If、Else 语句...
If 语句如下所示
If %x% Is 9: Output: Hello, world!
并且对于 Else 语句
Else: Output: Hai, world!
这是一个你可以同时使用 If 和 Else 语句的示例
4+7+3 => %x% If %x% Is 14: Output: Correct! Else: Output: Incorrect, try again with a new number!