I'am playing around with the rwgmixer.xml and trying to add a trader to the Commercial and Industrial areas, but I can't seem to get it to work, here are the edit's I'am adding. They appear to be loading with no errors and they show up in the rwgmixer.xml when I do an exportcurrentconfigs command, but I never get the trader in either area. Any help would be greatly appreciated.
Thanks.
Code:
<append xpath="/rwgmixer/prefab_rules/prefab_rule[@name='commercialGroup']">
<prefab rule="traderGroup" min_count="1" max_count="2" prob="1"/>
</append>
<append xpath="/rwgmixer/prefab_rules/prefab_rule[@name='industrialGroup']">
<prefab rule="traderGroup" min_count="1" max_count="2" prob="1"/>
</append>