Advertisement
TrenerAmator

sos

Nov 28th, 2020
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. function krotki()
  2.     redtone.setOutput("back", true)
  3.     os.sleep(0.3)
  4.     redstone.setOutput("back", false)
  5.     os.sleep(0.3)
  6. end
  7.  
  8. function dlugi()
  9.     redtone.setOutput("back", true)
  10.     os.sleep(0.3)
  11.     redstone.setOutput("back", false)
  12.     os.sleep(0.3)
  13. end
  14.  
  15. funtion s()
  16.     krotki()
  17.     krotki()
  18.     krotki()
  19. end
  20.  
  21. funtion o()
  22.     dlugi()
  23.     dlugi()
  24.     dlugi()
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement