Jump to content

Recommended Posts

Posted

I can't for the life of me figure out how to implement the SetGS command. I have NVSE and am running the GECK through it. As far as I can tell, this should work:

 

scn TEST


BEGIN GameMode

if ( Player.GetAV Dehydration >= 1000 )
SetGS fJumpHeightMin 45
endif

END

 

But it doesn't. I have tested every other part of the script, and those function fine. This simple script does not, however.

 

I can't see why that is...

Posted

SetGS only works for string-type setting. For numeric settings, you need to use the NVSE function SetNumericGameSetting:

 

SetNumericGameSetting fJumpHeightMin 45

  • Recently Browsing   0 members

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