Hi, I'm new with Skript and I'm making a script that allow to drop the player's skull when he dies.
This is the code, I don't have error when I reload skript, but it doesn't work. What can I do ?
code_language.skript:
on death of player:
drop player's skull named "&0%player%'s head" at player's position
This is the code, I don't have error when I reload skript, but it doesn't work. What can I do ?