Advertisement
Marlingaming

Chamber Manager

Apr 25th, 2022
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local ChamberStatus = 0--0 = offline, 1= online, 2 = in use, 3= resetting
  2.  
  3. local ChamberDetails = {{1,5},4,{}}--A out of B, Track, Features
  4.  
  5. function Loop()
  6. while true do
  7. local a, b, c, d = os.pullEvent()
  8. if a == "redstone" then
  9.  
  10. elseif a == "rednet_message" then
  11.  
  12. end
  13. os.queueEvent("pass")
  14. end
  15. end
  16.  
  17. Loop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement