SGTbayk47 Posted May 14, 2016 Share Posted May 14, 2016 Hey everyone, First, I'll say that I have absolutely no experience in scripting with Papyrus in the Creation Kit, and all of my scripting relies on tutorials and wikis etc. Until recently, I've been able to find all the info I needed, and have a mostly working script. Except when it comes to 'GetActorValue'. I can't find any, working, information on this function or how to use it. As I said, I have no experience so the error could be on my part. What I am asking is, does anyone here know how this function works, and could they explain it to me or point me in the direction of some tutorials. Cheers, BayK. Link to comment Share on other sites More sharing options...
RustyXXL Posted May 14, 2016 Share Posted May 14, 2016 GetActorValue is a console function, not a paprus function. Regarding Actor Values you probably want to start there: http://www.creationkit.com/fallout4/index.php?title=Actor_Value You can get a pretty much complete function reference for papyrus over here: http://www.creationkit.com/fallout4/index.php?title=Category:Papyrus&pageuntil=SetDogAnimArchetypeAgitated+-+Actor#mw-pages Link to comment Share on other sites More sharing options...
basvanbeu Posted June 24, 2016 Share Posted June 24, 2016 In console you type player.getactorvalue [something] or player.getav [something]Then it should return the value of [something] so that you can see it in Console.This is a good way to see if a script with actorvalues are working. Link to comment Share on other sites More sharing options...
Recommended Posts