Possible to make an Actor ignore Player Input?

Post » Sun Jun 28, 2015 8:22 am

Hello All,

I've been working on a Skyrim mod for quite a while in my spare time. I'm rather ready to release this thing, so I'm trying to fix some remaining major bugs.

So I was wondering if someone might be able to help me with this little problem I'm having but can't seem to figure out:

I have a dungeon with a bunch of ghosts in it (which are Actors), and I want them to completely ignore the player (ie. Act like they cannot see or hear the player; like the player does not exist). Currently, the actors sandbox and go about their business ignoring player actions and say no hello messages (the ghosts are running a Sandbox package with "Allow Conversation" set to False, and the all interrupt flags cleared). This is good, as this is intended behavior; however, whenever the player directly attempts to interact with the actor (by pressing the activate button 'E'), the actor turns to face the player as if greeting them (however, the ghosts have no dialogue lines)--Not intended behavior.

I was wondering if anybody had a good Idea on how to disable this behavior, so that the ghosts will ignore the player's interactions.

Seen a couple of posts related to this, but still haven't found a good answer.

Any help is definitely appreciated.

User avatar
WYatt REed
 
Posts: 3409
Joined: Mon Jun 18, 2007 3:06 pm

Post » Sun Jun 28, 2015 12:15 pm

You can set their race to not allow dialogue. There's also some settings on the AI package that might do it.
User avatar
Carlitos Avila
 
Posts: 3438
Joined: Fri Sep 21, 2007 3:05 pm

Post » Sun Jun 28, 2015 3:43 am

Thanks for the input. I'll try this out in a minute and get back here.

User avatar
Jack Bryan
 
Posts: 3449
Joined: Wed May 16, 2007 2:31 am


Return to V - Skyrim