if input == "spaites" or "iamtk421" then
sleep(2)
term.clear()
term.setCursorPos(1, 1)
print ("Techonauts")
print ("^^^^^^^^^^^")
print ("")
print (""..input.."")
else
print ("Go away!")
sleep(2)
term.clear()
term.setCursorPos(1, 1)
end
The problem is that when i type somthing different from "spaites" or "iamtk421" it still goes through that part of the code not doing going to the "else" part.Please help.