FlupMC

Untitled

Aug 5th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. command /rollsetloc [<text>]:
  2. trigger:
  3. if arg-1 is "1":
  4. set {roll.location::1} to location of target block
  5. if arg-1 is "2":
  6. set {roll.location::2} to location of target block
  7. if arg-1 is "3":
  8. set {roll.location::4} to location of target block
  9. if arg-1 is "4":
  10. set {roll.location::5} to location of target block
  11. if arg-1 is "5":
  12. set {roll.location::6} to location of target block
  13. command /roll:
  14. trigger:
  15. set {_reel1} to a random integer between 1 and 11
  16. if {_reel1} is set:
  17. set {roll.location::1} to stone
  18. set {roll.location::2} to diamond block
  19. set {roll.location::3} to stone
  20. set {roll.location::4} to diamond block
  21. set {roll.location::5} to stone
  22. wait 0.60 seconds
  23. set {roll.location::5} to stone
  24. set {roll.location::1} to diamond block
  25. set {roll.location::2} to stone
  26. set {roll.location::3} to diamond block
  27. set {roll.location::4} to stone
  28. wait 0.60 seconds
  29. set {roll.location::1} to stone
  30. set {roll.location::2} to diamond block
  31. set {roll.location::3} to stone
  32. set {roll.location::4} to diamond block
  33. set {roll.location::5} to stone
  34. wait 0.60 seconds
  35. set {roll.location::5} to stone
  36. set {roll.location::1} to diamond block
  37. set {roll.location::2} to stone
  38. set {roll.location::3} to diamond block
  39. set {roll.location::4} to stone
  40. wait 0.60 seconds
  41. set {roll.location::1} to stone
  42. set {roll.location::2} to diamond block
  43. set {roll.location::3} to stone
  44. set {roll.location::4} to diamond block
  45. set {roll.location::5} to stone
  46. wait 0.60 seconds
  47. set {roll.location::5} to stone
  48. set {roll.location::1} to diamond block
  49. set {roll.location::2} to stone
  50. set {roll.location::3} to diamond block
  51. set {roll.location::4} to stone
  52. wait 0.60 seconds
  53. set {roll.location::1} to stone
  54. set {roll.location::2} to diamond block
  55. set {roll.location::3} to stone
  56. set {roll.location::4} to diamond block
  57. set {roll.location::5} to stone
  58. wait 0.60 seconds
  59. set {roll.location::5} to stone
  60. set {roll.location::1} to diamond block
  61. set {roll.location::2} to stone
  62. set {roll.location::3} to diamond block
  63. set {roll.location::4} to stone
  64. wait 0.60 seconds
  65. set {roll.location::1} to stone
  66. set {roll.location::2} to diamond block
  67. set {roll.location::3} to stone
  68. set {roll.location::4} to diamond block
  69. set {roll.location::5} to stone
Advertisement
Add Comment
Please, Sign In to add comment