DataType:bool
From MacroQuest Wiki
[edit]
Description
A Boolean expression is one that has just two possible outcomes: 1 (TRUE) and 0 (FALSE). (Technically TRUE doesn't have to be 1, but it's always treated that way.)
This is quite possibly the simplest DataType in MQ2.
[edit]
Members
| To String | "TRUE" for non-zero, or "FALSE" for zero |
[edit]
