Hello,
While digging in the Conversation System source code, I noticed this strange part in TaleWorlds.Core.GameTextManager :
The XmlAttribute "weight" is not used at all. Instead, all tags get a default weight of 1 regardless of what was written in the XML.
In addition, when the...