Jackson_Pike

Above Monitors

Aug 8th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. -------Load Api-----------
  2. os.loadAPI("m")
  3. shell.run("m")
  4. --------------------------
  5. --------------------------
  6. m.clearScreen(colors.black, colors.black)
  7. monX, monY = mon.getSize()
  8. mon.setTextScale(1.5)
  9. m.drawBars(colors.gray, 1)
  10. m.drawBars(colors.gray, monY)
  11. --------------------------
  12. m.writeText(2, 1, colors.gray, colors.white, "Starting a Town?")
  13. m.writeText(1, 3, colors.black, colors.white, "Useful Commands and")
  14. m.writeText(2, 4, colors.black, colors.white, "Other Information")
  15. m.writeText(10, 5, colors.black, colors.red, "|")
  16. m.writeText(10, 6, colors.black, colors.red, "|")
  17. m.writeText(10, 7, colors.black, colors.red, "V")
Add Comment
Please, Sign In to add comment