I have this form
[Message]
KilledNPC=killed %Victim.Name%
Attacker.Message(message.GetSetting("Message", "KilledNPC"));
but how can I convert a Victim.Name of the configuration file in the parameter?
[Message]
KilledNPC=killed %Victim.Name%
Attacker.Message(message.GetSetting("Message", "KilledNPC"));
but how can I convert a Victim.Name of the configuration file in the parameter?