Advertisement
thekumpelHD

Mon

Jun 29th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. mon = peripheral.wrap("back")
  2. mon.setCursorPos(3,3)
  3. mon.setTextScale(1,5)
  4. mon.setBackgroundColor(colors.red)
  5. mon.setTextColor(colors.blue)
  6. term.clear()
  7. mon.write("Bitte Ticket Ziehen!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement