ZScript Fundamentals - If Else Statements

The [If,,Else,] statement is used to evaluate if something is true and execute some commands or if its false and execute some other commands. [If,...
Back to Top