theFuzzyWarble Posted December 15, 2018 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?
Shivzz0119 Posted January 5, 2019 Posted January 5, 2019 Have you correctly set the function to an ACTOR property?
theFuzzyWarble Posted January 8, 2019 Author 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.
Recommended Posts