Advertisement
Guest User

kupa

a guest
Oct 26th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local mon=peripheral.wrap("back")
  2.  
  3. mon.clear()
  4. mon.setTextScale(2)
  5. mon.setCursorPos(13,2)
  6. mon.write("UWAGA")
  7. mon.setTextScale(2)
  8. mon.setCursorPos(6,4)
  9. mon.write("Wysokie spadki FPS")
  10. mon.setCursorPos(3,5)
  11. mon.write("spowodowane modem Botania")
  12. mon.setCursorPos(6,6)
  13. mon.write("oraz modem Forestry")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement