Some of you may know the plugin "LibsDisguise". You can disguise a player as a zombie for example.
But in the on death event, skript does not tell you the name of the player if he died:
result ist <none> if the attacker is disguised.
Any suggestions?
But in the on death event, skript does not tell you the name of the player if he died:
code_language.skript:
on death:
set {_a} to the attacker
broadcast "%{_a}%"
result ist <none> if the attacker is disguised.
Any suggestions?