So i have this skript and the command doesn't want to work ingame, a little help? ```on death:
if the victim is a player:
teleport player to {deathpoint}
apply invisibility of tier 1 without particles to player for 5 seconds
wait 5 seconds
teleport player to {spawnpoint::%player%}
command /setdeath:
permission: op
trigger:
set {deathpoint} to location of the player
send "&aDeathpoint Set&7!" to the player```