kd2bwzgen

hftos

Dec 29th, 2015
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if term.isColor() then
  2. term.setTextColor(2^math.random(0,15))
  3. end
  4. textutils.slowPrint("Hello from the other side!!!")
  5. if term.isColor() then
  6. term.setTextColor(2^math.random(0,15))
  7. end
  8. textutils.slowPrint("I must've called a thousand times!!!")
  9. term.setTextColour(colours.white)
Advertisement
Add Comment
Please, Sign In to add comment