Functions: Equals Function - Wynntils/Wynntils GitHub Wiki
- EQ
Returns true when 2 numbers are the same
This function has 2 required arguments.
- first (Number) → The first number.
- second (Number) → The second number.
EQUALS(<first>; <second>) → (Boolean)
EQUALS(8;13) → FALSE