Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local radar = peripheral.wrap("left")
- local monitor = peripheral.wrap("right")
- thisPos = {-151, -60, - 67}
- range = 256
- local ships = radar.scan(range)
- monitor.clear()
- monitor.setCursorPos(1, 1)
- for v in ships do
- monitor.write(ships[v].mass)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement