Guest User

MedievalCraft Brunnen

a guest
Apr 29th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Impuls = 0
  2. rs.setBundledOutput("left", colors.red)
  3. while Impuls < 1 do
  4. rs.setBundledOutput("left", colors.black)
  5. sleep(3.5)
  6. rs.setBundledOutput("left", colors.white)
  7. sleep(3.5)
  8. rs.setBundledOutput("left", colors.red)
  9. sleep(0.5)
  10. end
Add Comment
Please, Sign In to add comment