Jump to content

SKSE Function Woes


bluemarvin

Recommended Posts

Hey Guys -

 

Trying to complie a script that uses SKSE function calls, specifically related to the ConstructibleObject functions.

 

I'm being told the functions I'm calling do not exist.

 

However, I confirmed the latest SKSE source files ARE in the right directory, and Skyrim has not recently "updated" them or anything sinister like that.

 

So... stumped.

 

For example:

 

Int MyIngNum = MyRecipeList.GetAt(MyRecipeListIndex).GetNumIngredients()

It claims "GetNumIndredients is not a function or does not exist" ... so annoying. :)

 

Any wisdom?

Link to comment
Share on other sites

BTW, to add EXTRA annoyance, this DOES complile:

 

Potion FoodCreated = MyAppleCabbageStewRecipe.GetResult() as Potion

 

The GetResult() function did not work before I installed SKSE, meaning, SKSE should be installed just fine. I keep thinking I have a spelling error, or something... just can't find it.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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