Posted 29 July 2012 - 02:28 AM
This is the code
I need someone to please edit it so it'll do what the title says.
Thanks!
conventinal = ("1337")
heavy = ("2448")
print ("ENTER LAUNCH CODE FOR THE HEAVY OR CONVENTINAL MISSILES")
input = read()
if input == conventinal then
rs.setOutput ("left", true)
elseif input == heavy then
rs.setOutput ("right", true)
end
print("Launching!")
sleep(5)
print("Action Completed (Assuming the code is correct)")
sleep(5)
os.shutdown()
I need someone to please edit it so it'll do what the title says.
Thanks!