Jump to content

[LE] Trying to find out where a variable is assigned values


hubbawubba

Recommended Posts

Hi, so I am working on modifying this mod. I have found an armor array variable like

 

Armor[] Property EquipM Auto

 

I have found a block of code where it is referenced. Though, I could not find where it is assigned the values. I have searched through all the of the source .psc files without luck. I have made sure using a search software. So, I am thinking it is within the ESP file maybe? If that is the case, can someone point me in the right direction to where I could look. I have tried an "All" search within the ESP file with the EquipM name without luck.

Link to comment
Share on other sites

Using the Creation Kit

Load the plugin in question

Open the Gameplay menu

Choose Papyrus Script Manager

Locate the script in question

Right click on the script

Choose Use Info

 

A new window appears with all records that said script is attached to.

Double click an entry and that record will open up.

 

Highlight the script entry on the record

Press the properties button

A new window appears that will list all properties for that script

 

Locate the property in question and highlight it.

Data fields will appear on the right hand side of that window

Use those fields to examine/edit the data

 

If there is no data assigned to that property, then the data is most likely assigned within the script.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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