GamerRick Posted March 29, 2021 Share Posted March 29, 2021 (edited) 1. Generally: Is this the most current list of commands available including NVSE and JIP? Or is there a place (other than scanning through changelogs on their Githun page that is updated with new commands added recently? 2. Specifically, I would like to find a command that alters the duration of an effect in an Actor Effect. Like, I want to be able to set the duration of the WellnessPerk you get when you sleep adjusted for the TimeScale. For now I just created different WellnessPerks with various durations and changed the scripts to add the one that comes closest to the current TimeSca;e. Thanks! Edited March 29, 2021 by GamerRick Link to comment Share on other sites More sharing options...
IntenseMute Posted March 30, 2021 Share Posted March 30, 2021 Yes, geckwiki is the most current list of commands.I recommend looking at the subcategories on this page for a more organized view. The function you are looking for is SetNthEffectTraitNumeric, see example below: Set DurationVar To (TimeScale / 30) * 1440 SetNthEffectTraitNumeric WellRestedSpell 0 2 DurationVar Link to comment Share on other sites More sharing options...
GamerRick Posted March 30, 2021 Author Share Posted March 30, 2021 Thanks!! Link to comment Share on other sites More sharing options...
Recommended Posts