Advertisement
Guest User

mon

a guest
Jul 25th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. term.setCursorPos(5,3)
  2. term.setBackgroundColor(colors.white)
  3. term.setTextColor(colors.red)
  4. print("Shop Open!")
  5. term.setCursorPos(5,5)
  6. term.setBackgroundColor(colors.white)
  7. term.setTextColor(colors.red)
  8. print("Rich Estate!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement