I have a datafile with an entry organized as follows
Parent Unit
-Champion
-Child Unit
How can I implement a limit on a weapon, when 1 can be in either the parent or the child but not both? It works now that both parent and child can take 1 but only 1 per sub-unit, I want it to work such that only one of them can take it, graying our the option in the other sub-unit. I imagine that it has something to do with inheritance.
Thanks,
Homer Out