Hi All, I'm building an immersion mod for F04; or trying to. The specific problem I have is a s follows: My current mini goal is to have assault encounters based on progress of the Minutemen quest line. Prior to capturing the Castle, raiders attacking settlers should be a common sight. It should be come less common as the castle is taken and the artillery quest is done. Conversely, scenes where Minutemen are protecting settlers from attacking raiders should become increasingly common. I created a series Assault quests from the Assault quest template; with Assault quests being the random encounter battles between two groups that you see at certain hotspots. I added them to the ScriptEvent REMainBranch -> REBranch->REBranchNormalTriggers Urban and NonUrban branches, with conditions. The conditions are specifically related to the current state of the MinutemenCentralQuest's MinutemenProgress_var variable. So far, so good. I'm using the hotspot just west of Hangman's for testing. The assaults groups spawn as desired and when they should. The raiders are hostile to the player, but the MM and settlers just stand around. This has me puzzled. I suspect that it is faction related, but don't get where the problem might be. Troubleshooting steps so far: When using lvRaiderAggro1536 in the attacker alias (because this is the alias used in a vanilla assault quest, REAssaultSC17_FactionMMvsRaiders), I see this phenomenon. The standard raider template is hostile to the PC, but not to most wastelanders, BUT In the quest template, the attackers and defenders get assigned to mutually hostile factions. I thought the neutrality between the Raider and REFarmer/Minutemen factions (the standard settler is in REFarmer and standard MM are in both) might be overriding the assault faction relationship, so I tried a slightly different approach. I duplicated the raider faction to create a RaiderAnti faction. This faction is hostile to REFarmer/Minutemen (and Raider for later use in Raider v Raider turf war encounters, hence anti instead of hostile). I then duplicated REAssaultSC04_LvlRaiderAggro, assigned the new REAssaultSC04_LvlRaiderAggroAnti to this anti faction and used the newly created template. They still spawn non-hostile to the MM and settlers. Does anyone have any insights to the Assault quests and how I can ensure mutual hostility?