Jump to content

Anyone knows where NPC prompt messages for DD are?


Recommended Posts

I've been trying to find those for years, every once in awhile i give it another try, but no matter how thoroughly i search they remain elusive. I am talking about those little prompts that appear when you equip a device on NPC. I searched in all 3 DD components (Assets, integration and expansion) up and down wherever i thought they might be, but all i found were prompts for equipping the device on the player. Anyone knows where those are?

Link to comment

In the OnEquippedPre function of the script of the corresponding device type.

 

So zadBeltScript.psc has:

msg = akActor.GetLeveledActorBase().GetName() + " blushes as you lock the belt around her hips"

zadBlindfoldScript.psc has:

libs.NotifyActor("You slip the blindfold around "+GetMessageName(akActor)+" head, and it locks in place with a soft click.", akActor, true)

and so on.

Link to comment
28 minutes ago, Taki17 said:

In the OnEquippedPre function of the script of the corresponding device type.

 

So zadBeltScript.psc has:


msg = akActor.GetLeveledActorBase().GetName() + " blushes as you lock the belt around her hips"

zadBlindfoldScript.psc has:


libs.NotifyActor("You slip the blindfold around "+GetMessageName(akActor)+" head, and it locks in place with a soft click.", akActor, true)

and so on.

Where are those scripts? I am using Tes5edit, i have a bunch of subsections. I mainly looked in message and dialog topic.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use