3ldr1tch Posted December 2, 2010 Share Posted December 2, 2010 (edited) I have developed a mod that can turn any NPC into a pseudo companion. However I am struggling with one or two issues. 1. I have a weapon that acts like a mezzer in that it stupifies the NPC prior to being 'converted' to a companion. Now this bit works but the AI package of the NPc is preserved so the NPc starts wandering off. Is there a script function that can allow me to get a reference to the current NPc package? Then I can replace it with a package that makes them stand still and if the player allows the mezzed effect to wear off without conversion I can use this reference to restore the original package to the NPC. 2. In dialog I have the player tell the NPc to use meele or ranged weapons. In the END script of the dialog I have set SetCombatStyle FollowersCombatStyleMelee and SetCombatStyle FollowersCombatStyleRanged respectively. However, when I tell the NPC to switch to meele weapons they remain with their Ranged weapon equipped. Am I doing something wrong? 3. I can bring up the companion wheel but it runs off variables that need to be set in a specific NPC script. Is there any way I can obtain a reference to the original NPC script, overwrite it with my own, and then if the conversion is reversed I can restore the original NPC script. If I can do this i should be able to get the companion wheel running. 4. I have some adult content in this mod and I'm making a plugin compatible with the sexual Innuendo mod. Although this mod is great the number of animations it currently has are limiting. Has anyone had experience with simular mods (e.g. Animated Prostitution) and if so could they give me quick tutorial on getting my mod to run some of the animations in these other mods? Edited December 2, 2010 by 3ldr1tch Link to comment Share on other sites More sharing options...
Recommended Posts