I'm using an 'on death:' event but I get an error when I'm trying to use attacker or victim:
on death:
if victim is player:
if attacker is player:
add 1 to {kills::%attacker%}
And I get this Error:
What am I doing wrong..?
on death:
if victim is player:
if attacker is player:
add 1 to {kills::%attacker%}
And I get this Error:
What am I doing wrong..?
Last edited: