Jump to content

Modifying agression and confidence?


Korodic

Recommended Posts

...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 by David Brasher
Link to comment
Share on other sites

  • Recently Browsing   0 members

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