So I've made 7 classes of guards for a city I'm making, We'll call them BRguards. I want to make 2 character leveled lists, one for the ranged guards, one for melee. Then I'll use those as actor bases on a new NPC, and it should choose one of those actors randomly when I place. So if I place a BRguardMelee, it'll choose 1 of the 4 NPCs in that list randomly, and if I place BRguardRange, it should choose 1 one of the 3 BRguards in that list randomly also. My problem is that when I try to add a character to the new LeveledCharacter list, none of the BRguards are showing up under the object list. This is incredibly frustrating and any help would be very much appreciated.