Advertisement
jonnathonchristopher

BacYellow

Mar 10th, 2015
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. os.loadAPI("/req/menuApi")
  2. os.loadAPI("/req/config")
  3.  
  4. config.load("configs","server")
  5. term.clear()
  6. term.setCursorPos(1, 1)
  7. bcol = 16
  8. config.writeVal("bcol",bcol)
  9. config.save()
  10.  
  11. shell.run("setupParts/textMenu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement