Guest User

Untitled

a guest
Feb 13th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. --
  2. -- Configuration file used by the example programs
  3. -- OpenComputers version
  4. --
  5.  
  6. component = require("component")
  7.  
  8. -- If there is only one stargate interface connected
  9. -- to the computer, you don't have to change anything
  10. -- here.
  11.  
  12. sg = component.getPrimary("stargate")
  13.  
  14. -- If there is more than one stargate interface
  15. -- connected to the computer, remove the line above,
  16. -- enable the two lines below and change the address
  17. -- to suit (right-click on an interface block with an
  18. -- Analyzer to find its address).
  19.  
  20. --sgaddr = "ae509872-2b6e-49e5-94fe-2bdfbec67df4"
  21. --sg = component.proxy(sgaddr)
Add Comment
Please, Sign In to add comment