Jump to content

Recommended Posts

Posted

I need an "ontrigger enter" type script that will disable and remove any NPCs in a specific faction that enter the trigger area. I need the trigger to completely ignore anything that enters it that isn't a member of this specific NPC faction.

 

So, any of y'all know what that'd look like?

Posted

Something like this?

 

 

ref Actor

 

Begin OnTriggerEnter

 

Set Actor to GetActionRef

 

If Actor.GetInFaction NCRFaction == 1

Actor.Disable

Endif

 

End

Posted

was going to type exactly what lc1000 said. that script should work.

  • Recently Browsing   0 members

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