Kamras
Member
I'm working with races and I would like to add an XML Mob Faction as a default to each race and give them X amount of points on their attachment. I know of the code in charactercreation
However that only puts on the generic attachments with 0 points, I'm not sure what arguement to add to get it to spawn the new character with points already to a specific Mob Faction.
Anyone have any suggestions on this? and yes I know it's not OSI based
Code:
XmlAttach.AttachTo(newChar, new XmlMobFactions());
However that only puts on the generic attachments with 0 points, I'm not sure what arguement to add to get it to spawn the new character with points already to a specific Mob Faction.
Anyone have any suggestions on this? and yes I know it's not OSI based