Advertisement
posicat

/testCode

Oct 15th, 2024 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --File: /testCode
  2. dofile("/cattech/common.lua")
  3. dofile("/cattech/comms.lua")
  4.  
  5. log("info","Running testCode")
  6.  
  7. local haveRednet = initializeRednetModem()
  8.  
  9. while haveRednet do
  10.     chunkload()
  11.  
  12.     for i = 1, 12 do
  13.         rednet.broadcast("status zzz","worldServer")
  14.         os.sleep(5)
  15.     end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement