Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if term.isColor() then
- term.setTextColor(2^math.random(0,15))
- end
- textutils.slowPrint("Hello from the other side!!!")
- if term.isColor() then
- term.setTextColor(2^math.random(0,15))
- end
- textutils.slowPrint("I must've called a thousand times!!!")
- term.setTextColour(colours.white)
Advertisement
Add Comment
Please, Sign In to add comment