Ebbe422
Jun 27th, 2024
23
0
Never
This is comment for paste TextToDisplay_WithOverflow(Final)
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. This is a program to take a text input with command .display and output the text onto a Create Display Board, with overflow handling, and dynamic code for different display sizes.
  2. You will need to attach a Display Link on the right side of the computer and build a small redstone circuit to lead from the back of the computer, to the Display Link.
  3. You will also need the Advanced Peripherals ChatBox on the left side of the computer.
  4. The command can be adjusted by editing the "displayCommand" variable at the top of the program.
  5. The sides of the components can be adjusted via:
  6. local displayLink = peripheral.wrap("right")
  7. local chatBox = peripheral.wrap("left")
Advertisement
Add Comment
Please, Sign In to add comment