Spawn Zombie with Player Head

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

likse

New Member
Mar 24, 2019
7
1
0
19
Hey, as said in the title, I'm trying to spawn a zombie with a player head.

My code so far is here:

Code:
summon zombie at player
equip {_mob} with ("zezerrostV2" parsed as an offline player)'s skull

It currently doesn't equip the zombie with it.
 
code_language.skript:
command /testspawn:
    trigger:
        spawn a zombie at player
        set helmet of last spawned zombie to ("zezerrostV2" parsed as an offline player)'s skull
 
Alright that works, but is there any way to make it a 100% drop chance? It only sometimes does it.
 
Status
Not open for further replies.