Posted 07 June 2015 - 10:03 PM
I'm trying to see if a string is equal to "\"; but that is obviously trying to run a string command like \n and thinks that the string is unfinished. Is there a way to prevent that from happening?
if yourString == "\\" then
--# Do stuff
end