i have this skript, it says on line 3 'Use attacker' and/or 'victim' in damage/death events and idk if im sleep deprived or it doesnt make sense but i dont get it.
i thought it was a problem of it trying to get the enderman's statistics
help?
i thought it was a problem of it trying to get the enderman's statistics
Code:
on death of enderman:
if attacker is a player:
set {_eman.%uuid of attacker%} to placeholder "statistic_kill_entity:enderman"
send "%{_eman.%uuid of attacker%}%" to attacker
help?