Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --File: /testCode
- dofile("/cattech/common.lua")
- dofile("/cattech/comms.lua")
- log("info","Running testCode")
- local haveRednet = initializeRednetModem()
- while haveRednet do
- chunkload()
- for i = 1, 12 do
- rednet.broadcast("status zzz","worldServer")
- os.sleep(5)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement