So I have a script in which I do the following:(Example)
if string == string then
end
Now the problem is that it states that they’re false, but I literally went through both of the strings both of the time with print and made sure that(Who the fuck knows y not) that those are in fact strings. Also, yes just to make sure I used ( “D” … string … “D” ) to make sure that there are no spaces on either side of the string that could possibly cause the two to not match.
Does anyone know why is this happening? The strings are literally the same with the casing done properly.