BlissSilence

Broadcase Module

Jan 6th, 2025 (edited)
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function broadcastStatus(message)
  2. rednet.open("bottom")
  3. local time = os.time()
  4. rednet.broadcast("[" .. textutils.formatTime(time, true) .. "] " .. message, "monitoring")
  5. print("Broadcasted: [" .. textutils.formatTime(time, true) .. "] " .. message)
  6. end
  7.  
  8. broadcastStatus("Module Loaded [Module Name Here]")
Advertisement
Add Comment
Please, Sign In to add comment