Rosenrot
LAGOMORPHA
- En iyi cevaplar
- 0
Kod:
on right click with a stick:
spawn a sheep at player
set name of last spawned entity to "&cmahmut abi"
send "&eParty zamani !" to player
every 3 ticks:
loop all sheeps:
set {_tmp} to random integer between 0 and 8
name of loop-entity contains "&cmahmut abi"
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
on damage:
attacker is a player
victim's name contains "&cmahmut abi"
kill the victim
send "&cParty bitti :(" to attacker
Acıklama:
Sopa ile sag tikladiginizda mahmut abi isimli bi koyun spawnlanır ve rengi her 3 tickste bir değişir.
Foto:
Linki görebilmek için üye olmanız gerekiyor.
Giriş yap veya üye ol.
Rastgele renk secme algoritmasi funnygatt'in discodisco scriptinden alintidir.(the random color picking algorithm belongs to gatt)
Son düzenleme: