IIF(<condition>,<truetext>,[falsetext])
- Category
- Control Flow
- Added in
- v0.8.2
- Permission
mod.macros.script.chat.iif
Inline IF statement.
Sends <truetext>
as a chat message if condition succeeds, or sends <falsetext>
if not.