Advertisement
Guest User

startup

a guest
Nov 25th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. function checkAspects()
  2. local p = peripheral.wrap("top")
  3. print(peripheral.getType("top"))
  4. end
  5.  
  6. checkAspects()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement