Kasz94 Posted June 9, 2012 Share Posted June 9, 2012 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 More sharing options...
Lanceor Posted June 9, 2012 Share Posted June 9, 2012 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 More sharing options...
Recommended Posts