[SK] İstek Sanırım Basitte

zSuleyman

Zombi Katili
En iyi cevaplar
0
Beyler üstünde yürüdüğümüz bloğu nasıl değiştiririz mesela eğer süngerin üzerinde yürüyorsak süngeri kırmızı yün nasıl yaparız?
 
S

Switcher

Ziyaretçi
**
Kod:
on walk of sponge:
    loop all blocks in radius 9 of player:
        if y-coord of loop-block is (y-coordinate of block at player - 1):
            set loop-block to red wool
**
Kod:
on walk of sponge:
    loop all blocks in radius 9 of player:
        loop-block is a sponge:
            if y-coord of loop-block is (y-coordinate of block at player - 1):
                set loop-block to red wool
                stop
 

Rosenrot

LAGOMORPHA
En iyi cevaplar
0
**
Kod:
on walk of sponge:
    loop all blocks in radius 9 of player:
        if y-coord of loop-block is (y-coordinate of block at player - 1):
            set loop-block to red wool
**
Kod:
on walk of sponge:
    loop all blocks in radius 9 of player:
        loop-block is a sponge:
            if y-coord of loop-block is (y-coordinate of block at player - 1):
                set loop-block to red wool
                stop
****
PHP:
on walk of sponge:
    loop all blocks in radius 9 of player:
        loop-block is a sponge:
            if y-coord of loop-block is (y-coordinate of block at player - 2): #*
                set loop-block to red wool
 

zSuleyman

Zombi Katili
En iyi cevaplar
0
Hepinize tek tek teşekkür ediyorum iyi forumlar!

Maalesef çalışmıyor can't understand event hatası on walkf of sponge hata veriyor

Hatayı buldum on walk of yerine on walk on olacakmış bi sorum daha olacak yürüdüğümüz yer kırmızı oldukdan sonra geri eski haline dönebilirmi?
 
Üst