These functions, (for example)...
compareUp() compareDown() suckUp() suckDown() equipLeft() equipRight()
Why don't they work like this:
compare("top")
compare("bottom")
suck("top")
suck("bottom")
equip("left")
equip("right")
(There are others, like dig, detect, inspect ect)Obviously, they would have to error if you used a side that doesn't work, like trying to equip something on top of a turtle, or sucking from the back of a turtle.
Alternatively, they could just not do anything when given a nonsense side.
What do you guys think?
Has this been suggested before?
I made an API that does this:
http://www.computerc...tle-tweaks-api/
Edited by HPWebcamAble, 18 July 2015 - 11:34 PM.












