I've been messing around with wireless turtles a bit and came up with the idea to make house-building programs and ran into some trouble.
The problem is that when I use
turtle.placeDown(turtle.select(2)) --slot 2 = stairs
that the turtle only places the stairs in one particular direction (north I guess).
now I want to know (if it is possible) how to place the stairs in different directions.
I tried it with turning the turtle in a different direction but this makes no difference.
Kind Regards,
unknown1138












