Jump to content

NPC arrest mod


Recommended Posts

Posted

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

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...