Posted 15 November 2014 - 02:45 PM
what have i done wrong in this code?
os.pullEvent = os.pullEventRaw
print("Write Start When ready")
Start = read()
if Start == "9638" true then
print("Shutdown Starting")
rednet.open("back")
rednet.send(29, "SB Restarted")
print("Remove disk")
sleep(3)
os.reboot()
else
term.clear()
print("Order Support from here")
print("if your not a owner of MBP")
print("it costs 10 Coins")
rednet.open("back")
print("Name")
Name = read()
print("Problem")
Problem = read()
print("You will be Contacted soon!")
rednet.send(29, Name)
rednet.send(29, Problem)
rednet.send(29, "--------------------------------------------------")
rednet.open("back")
id, message = rednet.receive()
print(message)
sleep(5)
os.reboot
end