So for a while I haven't been able to get messages for when scientist gets killed by a turret. It works when a player kills a scientist.
I have this in my config.
{
"KillerType": "Turret",
"VictimType": "Scientist",
"DamageType": "*",
"Messages": [
"{owner}'s {killer} did its job and killed {victim}."
]
},
Any ideas?
Also when I added one with "VictimType": "Scarecrow", it dont work.
They both work if the "KillerType": "Player",