Bu skriptteki sorun ne ?

AvC1

Ağaç Yumruklayıcı
En iyi cevaplar
0
Kod:
on spawn of zombie:
    chance of 100%:
        set the name of the spawned zombie to "<Lvl 1> Zombi"
    chance of 90%:
        set the name of the spawned zombie to "<Lvl 2> Zombi"
    chance of 80%:
        set the name of the spawned zombie to "<Lvl 3> Zombi"
    chance of 70%:
        set the name of the spawned zombie to "<Lvl 4> Zombi"
    chance of 60%:
        set the name of the spawned zombie to "<Lvl 5> Zombi"
    chance of 50%:
        set the name of the spawned zombie to "<Lvl 6> Zombi"
    chance of 40%:
        set the name of the spawned zombie to "<Lvl 7> Zombi"
    chance of 30%:
        set the name of the spawned zombie to "<Lvl 8> Zombi"

Hata vermiyor fakat çalışmıyorda yani zombie spawnlandığında ismi değişmiyor
 
Üst