Advertisement
MrSliff

reactor_control_client

Jan 20th, 2025 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. rednet.open("right")
  2. rednet.host("reactor", "bigreactor_home")
  3.  
  4. id = os.getComputerID()
  5.  
  6. local monitor = peripheral.find("monitor")
  7. monitor.clear()
  8. monitor.setCursorPos(1,1)
  9. monitor.write("ID: "..id)
  10.  
  11. while true do
  12.     sleep(0.5)
  13. end
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement