Korodic Posted July 12, 2012 Share Posted July 12, 2012 So I tried changing their actor values as shown here:http://elderscrolls.wikia.com/wiki/Console_Commands_%28Skyrim%29:ActorValue_List However when I tested it manually in console it said it cannot be done in console or script. Is there any kind of work-around? Link to comment Share on other sites More sharing options...
David Brasher Posted July 12, 2012 Share Posted July 12, 2012 (edited) ...it said it cannot be done in console or script. Is there any kind of work-around? Here is a script from the mod Mercy: ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment ;NEXT FRAGMENT INDEX 1 Scriptname TIF__00039B96 Extends TopicInfo Hidden ;BEGIN FRAGMENT Fragment_0 Function Fragment_0(ObjectReference akSpeakerRef) Actor akSpeaker = akSpeakerRef as Actor ;BEGIN CODE akSpeaker.SetAV ("Aggression", 0) akSpeaker.SetFactionRank(PlayerFaction0, 0) akSpeaker.StopCombat () ;END CODE EndFunction ;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment Faction Property PlayerFaction0 Auto This result script on a dialog info makes the actor unaggressive toward the player. Edited July 12, 2012 by David Brasher Link to comment Share on other sites More sharing options...
Recommended Posts