I'm looking for some help with the following problem i have atm...
During my quest i add actors to a FormList. Now i have a Dialogue-Topic that i only want to be enabled to the NPC that are in that FormList.
So i tried the Conditional IsInList, but for some reason that doesn't work. It always returns false.
When I check the Actor/FormList in a sript (myList.HasForm(actorRef)) then I get the correct return value (true)...
Why does the IsInList-Conditional not work?

Thanks
boma