how to check if two numbers are equal lua code example
Example: lua not equal
local state = false
if state ~= true then
print("No")
else
print("Yes")
end
local state = false
if state ~= true then
print("No")
else
print("Yes")
end