this one is actialy for minecraft 1.4.2
i have created an password program in 1.2.5, but somehow in 1.4.2 it doesnt work. this is my program:
computer 1 (input):
edit startup:
print("text")
rednet.open("side")
ctrl save
ctrl exit
edit password:
print("text")
rednet.send("computer 2's ID", password)
os.reboot()
ctrl save
ctrl exit
----------------------------------------------------------------------------------------------------
computer 2 (output):
edit startup:
rednet.open("side")
id, message = rednet.receive("computer 1's ID", password)
if message == "password" then
redstone.SetOutput("side", true)
sleep(5)
redstone.SetOutput("side", false)
os.reboot()
end
ctrl save
ctrl exit
----------------------------------------------------------------------------------------------------
when i start the 2nd computor it gives this error: rednet :400: number expected
this is the error i et when i enter the password: bios:338: [string "password"] :4: '<eof>' expected
i realy REALY need help
-thanks