kukenmellantuttarna Posted June 11, 2020 Posted June 11, 2020 Hello! Does anyone know if there is a patch for LwPK and the NPC arrest mod? https://www.nexusmods.com/oblivion/mods/15406 Guards always arrest their rape victims, and sometimes they get insta-transported to jail and you only see the raped npc disappearing.
kukenmellantuttarna Posted June 12, 2020 Author Posted June 12, 2020 I have added these lines just before the arrest phase. if IsModLoaded "LoversRaperS.esp" let loversuser := GetFormFromMod "LoversRaperS.esp" 000ed6 Here I don't know which array is used. I wan't to check that the person that is supposed to be arrested because the guards see them as attacker, is in a waiting list for the next guard in the list. Both seem to work if they are in a cell with only guards, but it seems like it messes up with other npcs' arrests: let loversincoming := GetArrayVariable "arPendingRapes" loversuser let loversincoming := GetArrayVariable "arGBangVictims" loversuser if eval ar_Find target loversincoming return endif endif
Recommended Posts
Archived
This topic is now archived and is closed to further replies.