Advertisement
Muzze77

test

Mar 25th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. os.loadAPI("ocs/apis/sensor")
  2. side = "top"
  3. key = theKey
  4.  
  5. local s = sensor.wrap(side)
  6. local t = s.getTargets()
  7. local d = s.getTargetDetails("-2, -1, 1")
  8. local coins = 0
  9. print(textutils.serialize(d))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement