Posted 26 February 2019 - 04:53 AM
I am writing a program to control my big reactor but i am stuck on making the UI. I cant get it to enter the computer to enter the if statement, it just ignores it.
print("Press 1 to edit control rod settings")
a = io.read()
if a==1 then
print("Enter Control Rod settings")
End