Advertisement
Guest User

Untitled

a guest
May 24th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. os.loadAPI("tableapi")
  2. Table = tableapi.load(Table)
  3.  
  4. term.setTextColor(colors.yellow)
  5. print("Status:")
  6. if Table[1] == true then
  7. print("Energiemodus: Reserve")
  8. else
  9. print("Energiemodus: Quarry")
  10. end
  11.  
  12. if Table[2] == true then
  13. print("Mobfarm: Aktiv")
  14. else
  15. print("Mobfarm: Inaktiv")
  16. end
  17. term.setTextColor(colors.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement