Advertisement
electronic_steve

tester

Aug 23rd, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local com = require('component')
  2. dofile("/ESAPI")
  3. local geo=com.geolyzer
  4. a={999,-999}
  5. a[1]=math.min(a[1],geo.scan(0,0)[31])
  6. a[2]=math.max(a[2],geo.scan(0,0)[31])
  7. print(a[1].."/"..a[2])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement