Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. term.clear()
  2. term.setTextColor(colors.blue)
  3. term.setCursorPos(1,1)
  4. redstone.setOutput("back",true)
  5. os.sleep(0.5)
  6. print("Zapraszamy")
  7. os.sleep(3)
  8. term.setTextColor(colors.yellow)
  9. term.clear()
  10. term.setCursorPos(1,1)
  11. redstone.setOutput("back",false)
  12. print("Kasztan OS v6.9")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement