Jump to content

How to use Zaz functions in a Papyrus script?


Recommended Posts

Posted

Hi all,

 

Looking through Zaz source, there are a lot of useful utility functions/items I would like to use, but cannot figure how to include them in my own scripts.

 

I use import for PO3, is it a similar command? Such as

 

import PO3_SKSEFunctions

 

I also tried including zazUtil, zbfConfig or zbfBondageShell as a Property, such as

 

zbfUtil Property zbf Auto

 

but this results in numerous compiler errors mentioning sslActoralias.psc, sslBaseVoice.psc, zbfSlot.psc and others.

 

I feel like I'm missing something obvious, but can't find any mention of this in the zaz documentation or forum threads.

 

Thanks!

 

Posted
7 hours ago, invisible_rodent said:

numerous compiler errors mentioning sslActoralias.psc, sslBaseVoice.psc, zbfSlot.psc and others

 

You need the source files for all scripts relevant to the script you're compiling. Technically only function stubs are enough, but don't worry about that for now.

Posted
9 hours ago, traison said:

 

You need the source files for all scripts relevant to the script you're compiling. Technically only function stubs are enough, but don't worry about that for now.

 

duh! My mistake, didn't realize Zaz needs SexLab. Trying to make this mod (Giantess/Shrinking follower mod) without any SL dependencies, will have to rollback the Zaz additions. Just as well, I need to stop adding new features and bug test!

 

Thanks again, Traison!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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