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

Turtles And Signs

Started by subzero22, 29 September 2013 - 07:13 AM
subzero22 #1
Posted 29 September 2013 - 09:13 AM
I know how to make a turtle write to a sign. But is it possible to have it write on the diffrent lines of signs?

Like line one would be Hello and line two would be World for example.
MKlegoman357 #2
Posted 29 September 2013 - 11:40 AM
Use line breaks ("\n"):

turtle.place("Line 1\nLine 2\nLine 3\nLine4")