Functions: String_Equals Function - Wynntils/Wynntils GitHub Wiki
- EQ_STR
Returns true when 2 strings are the same
This function has 2 required arguments.
- first (String) → The first string.
- second (String) → The second string.
STRING_EQUALS(<first>; <second>) → (Boolean)
STRING_EQUALS("Hello";"World") → FALSE