The3vilM0nk3y

Untitled

Aug 5th, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1.  
  2. function writeInfo(i,name)
  3. f=fs.open(name, "w")
  4. f.write(textutils.serialize(i))
  5. f.close()
  6. end
  7. c=peripheral.wrap("top")
  8. writeInfo(c.getBuildings(), "buildings.txt")
  9. writeInfo(c.getCitizens(), "citizens.txt")
  10. writeInfo(c.getWorkOrders(), "workorders.txt")
  11. writeInfo(c.getResearch(), "research.txt")
  12. writeInfo(c.getRequests(), "requests.txt")
Advertisement
Add Comment
Please, Sign In to add comment