mbielaczyc
December 24th, 2024, 18:47
Hello all!
I am using BRP as my base ruleset for SagaBorn BRP. So the base.xml points to Basic Roleplaying. It works fine for modules, but not for extensions. Is there a way to have my ruleset also open up to using Basic Roleplaying extensions? Here is my code:
<!-- Attributes -->
<description>
<text>SagaBorn D100, A BRP System</text>
<author>M Bielaczyc, 2024</author>
<website>http://www.chaosium.com</website>
</description>
<importinfo>
<acceptfrom ruleset="Basic Roleplaying" />
<acceptfrom ruleset="SagaBorn" />
</importinfo>
<importruleset source="Basic Roleplaying" />
I am using BRP as my base ruleset for SagaBorn BRP. So the base.xml points to Basic Roleplaying. It works fine for modules, but not for extensions. Is there a way to have my ruleset also open up to using Basic Roleplaying extensions? Here is my code:
<!-- Attributes -->
<description>
<text>SagaBorn D100, A BRP System</text>
<author>M Bielaczyc, 2024</author>
<website>http://www.chaosium.com</website>
</description>
<importinfo>
<acceptfrom ruleset="Basic Roleplaying" />
<acceptfrom ruleset="SagaBorn" />
</importinfo>
<importruleset source="Basic Roleplaying" />