Jump to content

Recommended Posts

Posted (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 by GamerRick
Posted

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...