Functions: Greater_Than Function - Wynntils/Wynntils GitHub Wiki
- GT
- MT
- MORE_THEN
Returns true when a value is higher than specified.
This function has 2 required arguments.
- first (Number) → The number to compare.
- second (Number) → The number that is the breaking point.
MORE_THAN(<first>; <second>) → (Boolean)
MORE_THAN(33;25) → TRUE