Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("right")
- rednet.host("reactor", "bigreactor_home")
- id = os.getComputerID()
- local monitor = peripheral.find("monitor")
- monitor.clear()
- monitor.setCursorPos(1,1)
- monitor.write("ID: "..id)
- while true do
- sleep(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement