Advertisement
Marikc0

Untitled

Nov 24th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function pLoad()
  2. machines = peripheral.getNames() -- load a list of peripherals into a table
  3. table.sort(machines) -- so it displays in non-random manner
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement