Jump to content

How do I use a function from a Quest Script in a PERK fragment?


MilanesaZ

Recommended Posts

I want to use functions from a Quest script in a Perk fragment, but the methods I've found don't work with fragments.

 

If i write "IA_Quest property QScript auto" the compiler says:

 

: const scripts may only contain const auto properties. Property QScript cannot be defined
: const scripts may not contain data, script variable ::Script_var cannot be defined

 

Link to comment
Share on other sites

No way, I did it.

 

-I created a new empty fragment using a space

-I edited it with notepad and wrote "The folder where the script is stored":IA_Quest property QScript auto const

-I compiled it and filled the property

 

and now it's working

Link to comment
Share on other sites

  • Recently Browsing   0 members

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