Advertisement
plz1351

Untitled

Nov 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Options:
  2. Picking-Speed-Second: 60 #seconds
  3. Others-Speed-Second: 10 #seconds
  4.  
  5. on load:
  6. set {Picking.SS} to 100/{@Picking-Speed-Second}
  7. set {Picking.SP} to 100/{Picking.SS}
  8.  
  9. on click on Iron Door:
  10. if loop Blocks below event-Block:
  11. if loop Block is Chiseled Stone Bricks:
  12. set {_Percentage} to 0
  13. loop {Picking.SP} times:
  14. wait {Picking.SS} second:
  15. set action bar of player to coloured "&c&l鍵ドアを解除しています・・・ 進行度: %{_Percentage}%/100%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement