theFuzzyWarble Posted December 15, 2018 Share Posted December 15, 2018 In my mod, when I try to use this function: akXprTarget.SetExpressionOverride(0, 65) Papyrus throws this error stating: Error: Invalid expression - must be in the rage of 0 to 16, inclusive What am I missing here? Link to comment Share on other sites More sharing options...
Shivzz0119 Posted January 5, 2019 Share Posted January 5, 2019 Have you correctly set the function to an ACTOR property? Link to comment Share on other sites More sharing options...
theFuzzyWarble Posted January 8, 2019 Author Share Posted January 8, 2019 Yes, the actual function has it set as a random integer and the values above "0" work fine."0" is the only value in the range that throws an error. Link to comment Share on other sites More sharing options...
Recommended Posts