DairyProduct92 Posted October 29, 2016 Share Posted October 29, 2016 (edited) Hello there! I've made a very simple joke mod in the past for New Vegas, but Im just now taking a shot at scripting. Basically, I'm trying to make a chem that increases your speed in increments of 10% each time you ingest it. But im having trouble figuring out how to change actor values due to the lack of available resources so far and the apparent change in how they're dealt with from skyrim. What is the best way to go about this? I apologize if this is to noob-ish of a question! Edited October 29, 2016 by DairyProduct92 Link to comment Share on other sites More sharing options...
LoneRaptor Posted October 29, 2016 Share Posted October 29, 2016 (edited) Have a look at this page. The actor value your looking for is probably SpeedMult.For the chem i would probably add a magic effect to it and add a script to that using the OnEffectStart event to run the code. This way you can also decrease the multiplier back to normal when the effect wears of by using the OnEffectFinish event. Edited October 29, 2016 by LoneRaptor Link to comment Share on other sites More sharing options...
Recommended Posts