This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
zachdyer's profile picture

Measure 3.0 by zachdyer

Started by zachdyer, 08 December 2012 - 04:32 AM
zachdyer #1
Posted 08 December 2012 - 05:32 AM
Now you can use the turtle to measure any direction and use the measure api in your scripts.

3.0
1. Added "measure right"
2. Added "measure left"
3. Added "measure up"
4. Added "measure down"

2.0
1. Now you can measure up. ex: type "measure up".

USAGE:

1. Download 'measure' script
2. Set turtle down facing the direction you want to measure
3. Set block at the end of the measurement.
4. Go to turtle and type "measure" or whatever you named the script
5. When turtle comes back read the measurement

MEASURE API
1. Download measure.api
2. Use os.loadAPI("measureapi") in your script

Usage:
- measureapi.forward() will measure forward
- measureapi.back() will measure back
- measureapi.left() will measure left
- measureapi.right() will measure right
- measureapi.up() will measure up
- measureapi.down() will measure down
bjornir90 #2
Posted 08 December 2012 - 05:39 AM
Look cool