TairaNoritsune Posted February 12, 2021 Share Posted February 12, 2021 Attempting to make an option to change NPC outfit through dialogue. It should be something like: Player: "I need you to adjust equipment loadout." NPC: "Which loadout should I use?" Player: "Loadout A" / "Loadout B" / "Loadout C" As far as I can tell, a scripts based on something like actor.setoutfit() function should be attached to answers like "Loadout C" and so on. Problem is, that I don't really know how to write such script to make it refer to NPC, with which the conversation is being held. Can anyone here help? Link to comment Share on other sites More sharing options...
varkonasnorse Posted February 14, 2021 Share Posted February 14, 2021 Right off the top of my head, two characters come to mind that use this function in their dialogs; Rigmor and Loona Shadow. Both have optiond in their dialogs to change their outfits on the rquest of the player. I personally don't know how to do it, but if you contact the authors of those two mods, I am sure thay can answer that for you. As far as I know they are both active modders and upload their works to the Nexus. Good luck. :happy: Link to comment Share on other sites More sharing options...
Recommended Posts