6 lines
145 B
Text
6 lines
145 B
Text
|
if term.isColour() then
|
||
|
term.setTextColour(2 ^ math.random(0, 15))
|
||
|
end
|
||
|
textutils.slowPrint("Hello World!")
|
||
|
term.setTextColour(colours.white)
|