Functions: Less_Than Function - Wynntils/Wynntils GitHub Wiki
- LT
Returns true when a value is lower than specified.
This function has 2 required arguments.
- first (Number) → The number to compare.
- second (Number) → The number that is the breaking point.
LESS_THAN(<first>; <second>) → (Boolean)
LESS_THAN(12;100) → TRUE