Jump to content

Harrassment from NPC's!


Kasz94

Recommended Posts

Hey!

 

So recently i put some new display cases in my house. They all work fine except that the NPC's who walk around my house have a horrible habit of opening them and throwing all my stuff in them on the ground!

I could probably just delete the NPC's or put them in a different room of the house but if there's some way to fix it that'd be even better!

Link to comment
Share on other sites

Try setting the ownership of the display cases to the player. Only NPC's with low responsibility will open them.

 

More foolproof would be to add a simple script to them:

 

scriptname whatever

Begin OnActivate

if ( IsActionRef Player == 1 )
Activate
else
Return
endif

End

Link to comment
Share on other sites

  • Recently Browsing   0 members

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