Jump to content

How Do You Activate a Function?


David Brasher

Recommended Posts

Add the property to your fragment using the 'Properties' button.

Quest property otherquest

 

Then in your fragment...

otherquestScriptName QS = otherquest As otherquestScriptName

 

;Then access the functions or properties in the remote quest script using

QS.QFunction()

QS.QProp

 

 

If you want, you can also skip the Quest property and go direct to...

otherquestScriptName Property QS Auto

Link to comment
Share on other sites

  • Recently Browsing   0 members

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