Jump to content

Need actor package or script help


Recommended Posts

For my mod, I wish for my actor to perform a "sitting" action indefinitely, but still be able to interact with the player. Specifically, I want a shackled actor to not automatically become unshackled upon being hit but still be able to talk to the player - like in the dark brotherhood dawnstar torture room, and also a sleeping actor to stay asleep after being hit. I've tried messing with the AI packages and actor properties, but they don't seem to stop the actor's aggro. Anyone know what to do?
Link to comment
Share on other sites

For my mod, I wish for my actor to perform a "sitting" action indefinitely, but still be able to interact with the player. Specifically, I want a shackled actor to not automatically become unshackled upon being hit but still be able to talk to the player - like in the dark brotherhood dawnstar torture room, and also a sleeping actor to stay asleep after being hit. I've tried messing with the AI packages and actor properties, but they don't seem to stop the actor's aggro. Anyone know what to do?

 

 

Actor.SetRestrained(1)

Should do the trick. See: http://www.creationkit.com/SetRestrained_-_Actor

Link to comment
Share on other sites

  • Recently Browsing   0 members

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