İlk Skriptim

LForLiseli

Ağaç Yumruklayıcı
En iyi cevaplar
0
Amacı yok, sadece ok attığınız yerin bir bölümü yanar.
Kod:
on projectile hit:
    projectile is arrow:
        loop all blocks in radius 2 around event-location:
            set loop-block to fire
 

Rosenrot

LAGOMORPHA
En iyi cevaplar
0
PHP:
on projectile hit:
    projectile is arrow:
        loop all blocks in radius 2 around event-location:
            if altitude of loop-block is altitude of block:
                set loop-block to fire
Böyle yaparsan sadece düştügü yerin zeminini ateşe cevirirsin
 
Üst