apellis Posted April 12, 2023 Share Posted April 12, 2023 Been a minute since I've been active. Started work on remastering one of my LE mods for SE. I can't get one of my scripts to compile because my syntax is wrong. Unfortunately, the wiki page for the specific SKSE function I want to use was never created. I've tried several different iterations and have had no luck using the functions below: Float GetSkillExperience()Float SetSkillExperience(Float exp) If a scripting guru could enlighten me, I would very much appreciate it. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted April 12, 2023 Share Posted April 12, 2023 Best guess syntax usage: Float someVar = someActorValueInfo.GetSkillExperience() someActorValueInfo.SetSkillExperience(12.34) Replace someActorValueInfo with an AVI obtained via using one of the global functions listed at the top of the ActorValueInfo script. Of course, let us leave room for me being incorrect. Especially since I never used them. Link to comment Share on other sites More sharing options...
Recommended Posts