I got a simple script.
I also have a vanish script (see my older posts),
How do i make it so if i die, and I'm vanished, the death message won't appear in chat?
-> If you're going to help, just change the variable to "test"
Thank you!
I also have a vanish script (see my older posts),
How do i make it so if i die, and I'm vanished, the death message won't appear in chat?
-> If you're going to help, just change the variable to "test"
code_language.skript:
on death of player:
if attacker is a player:
if attacker is set:
set the death message to "%victim% killed by %attacker%"
Thank you!