kamilosxd678

holo_lib_test

Feb 22nd, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local component = require("component")
  2. local holo_lib = require("kamilos_holo_ilddor")
  3.  
  4. for address, primary in component.list()
  5. do
  6. if (primary == "hologram") then
  7. local hologram = component.proxy(address)
  8.  
  9. holo_lib.initHolo(hologram)
  10.  
  11. holo_lib.printGear(hologram, 23)
  12. holo_lib.printGear(hologram, 24)
  13. holo_lib.printMoustache(hologram, 25)
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment