I am having trouble with templates removing subtypes, specifically all things that are bootstrapped by a subtype.
I was trying the following script
but I cannot get it to work. Advice?
I was trying the following script
Code:
foreach thing in BaseRace where "Race.stSwarm"
foreach bootstrap in eachthing
perform eachthing.assign[Helper.SpcDisable]
nexteach
nexteach
but I cannot get it to work. Advice?