Advertisement
Guest User

startup

a guest
Mar 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2. m.clear()
  3.  
  4. while true do
  5.  m.setTextScale(2)
  6.  m.setCursorPos(1,3)
  7.  m.setTextColour(16384)
  8.  m.write("Lukrasta's Magical Crops Shop")
  9.  
  10.   m.setCursorPos(1,5)
  11.   m.setTextColour(16)
  12.   m.write("Now Serving; Nates Tech Corner!")
  13.    
  14.    m.setCursorPos(1,3)
  15.      
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement