Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /mouton:
- trigger:
- loop 99999 times:
- wait 1 second
- loop all sheeps:
- set {_tmp} to random integer between 0 and 8
- if {_tmp} is 0:
- set the colour of loop-entity to red
- if {_tmp} is 1:
- set the colour of loop-entity to blue
- if {_tmp} is 2:
- set the colour of loop-entity to yellow
- if {_tmp} is 3:
- set the colour of loop-entity to green
- if {_tmp} is 4:
- set the colour of loop-entity to purple
- if {_tmp} is 5:
- set the colour of loop-entity to orange
- if {_tmp} is 6:
- set the colour of loop-entity to magenta
- if {_tmp} is 7:
- set the colour of loop-entity to cyan
- if {_tmp} is 8:
- set the colour of loop-entity to pink
Advertisement
Add Comment
Please, Sign In to add comment