Nie mam błędów w skrypcie, a mimo tego nie działają hełmy, a reszta działa bez problemu prosze o pomoc.
Chcę żeby zombie miały hełmy na głowie
Oto skrypt:
on spawn of a zombie:
entity is in world "mob":
set {_zombie} to random integer between 1 and 5
if {_zombie} is equal to 1:
set name of event-entity to "&2Menel &cLvl 1"
set max health of event-entity to 20
equip leather helmet to entity
heal event-entity
stop
else:
if {_zombie} is equal to 2:
set name of event-entity to "&2Menel &cLvl 2"
set max health of event-entity to 25
equip leather helmet to entity
heal event-entity
stop
Pytanie
Marcinuq 3
Witam
Nie mam błędów w skrypcie, a mimo tego nie działają hełmy, a reszta działa bez problemu prosze o pomoc.
Chcę żeby zombie miały hełmy na głowie
Oto skrypt:
on spawn of a zombie: entity is in world "mob": set {_zombie} to random integer between 1 and 5 if {_zombie} is equal to 1: set name of event-entity to "&2Menel &cLvl 1" set max health of event-entity to 20 equip leather helmet to entity heal event-entity stop else: if {_zombie} is equal to 2: set name of event-entity to "&2Menel &cLvl 2" set max health of event-entity to 25 equip leather helmet to entity heal event-entity stop{itd.}
Edytowane przez bvczKod wstawiam w odpowiednie znaczniki
Notatka dodana przez bvcz
Odnośnik do komentarza
https://skript.pl/temat/32705-pomocy-czemu-zombie-nie-maj%C4%85-he%C5%82mu/Udostępnij na innych stronach
5 odpowiedzi na to pytanie
Rekomendowane odpowiedzi