Jump to content

SetActorValue doesn't exist?


Zorkaz

Recommended Posts

So I'm using KidDummy.SetActorValue("Aggression", 1) and KidDummy.SetAV("Aggression", 1) (KidDummy being an Actor) but the CK tells me it doesn't exist. MODAV neither. What's the correct approach then, since the Wiki doesn't offer any clues

 

 

Solved: In Fallout 4 you have to write it like this:

KidDummy.SetValue(Aggression, 1)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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