Functions: Not_Equals Function - Wynntils/Wynntils GitHub Wiki
- NEQ
Returns true when 2 numbers are not the same
This function has 2 required arguments.
- first (Number) → The first number.
- second (Number) → The second number.
NOT_EQUALS(<first>; <second>) → (Boolean)
NOT_EQUALS(1;2) → TRUE