Jump to content

Importing functions/properties from other scripts help


boourdead

Recommended Posts

Posted

How do I get access to things like net immerse body scale and animations from animation packs. Right now Im trying to adjust the belly bone scale through a spell. Also I am trying to play an animation from Zaz through debug.sendanimationevent. Im not sure what to add in the beginning of my script to activate those features.

 

Thanks

Posted
54 minutes ago, boourdead said:

How do I get access to things like net immerse body scale and animations from animation packs. Right now Im trying to adjust the belly bone scale through a spell. Also I am trying to play an animation from Zaz through debug.sendanimationevent. Im not sure what to add in the beginning of my script to activate those features.

 

Thanks

Depends on what you plan to do.
The simplest is import TheScript in the head (ie not within events and functions).

TheScript must be available as psc in Scripts / Source.
The integration is without file extension.

 

Example:

import NiOverride

Posted

oh it turns out I just didnt have the skse source scripts inside the source files in scripts. Installing skse only applied the pex files not the psc files.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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