whoward69
DLL Minion
There is a bug in the DLL related to the CanDisplaceCivilian event (used in the Civil War scenario)
It's the same TestAll/TestAny mistake as discussed half way through this tutorial, but basically it only works for one mod hooking the event. If two or more mods hook the event, they all need to know how the others operate and apply the same logic.
So unless you're writing a total conversion mod (or using a modded DLL that fixes the issue), you're probably best advised to ignore it.
It's the same TestAll/TestAny mistake as discussed half way through this tutorial, but basically it only works for one mod hooking the event. If two or more mods hook the event, they all need to know how the others operate and apply the same logic.
So unless you're writing a total conversion mod (or using a modded DLL that fixes the issue), you're probably best advised to ignore it.