Advertisement
Nathan423

Untitled

Jun 28th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --Monitor location relative to computer ("bottom","top","left","right","front","back")
  2. monitorLoc = "left"
  3. --Bundled wire location relative to computer ("bottom","top","left","right","front","back")
  4. bundleLoc = "right"
  5. --Params
  6. ---1: The label of the button
  7. ---2: The cable color using bundled cables
  8. ---3: If the button should be on by default
  9. buttons = {
  10. {"SAFE", "white", true},
  11. {"Lights", "orange", false}
  12. }
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. print("settings loaded")
  21. shell.run("mainProgram")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement