Advertisement
Dojnaz

History

Jan 27th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local mon = peripheral.find("monitor")
  2. local oldTerm = term.redirect(mon)
  3. setTextScale(4)
  4. setCursorPos(1,7)
  5. print(The Bench Of War)
  6. term.redirect(oldTerm)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement