Difference between revisions of "Package Fragments"
Jump to navigation
Jump to search
imported>Scornett |
imported>Fg109 m (added note) |
||
Line 12: | Line 12: | ||
== Special Variables == | == Special Variables == | ||
* akActor: This is the [[Actor Script (Papyrus)|Actor]] that is running the package. | * akActor: This is the [[Actor Script (Papyrus)|Actor]] that is running the package. | ||
== Notes == | |||
* When a package fragment script is first created, it isn't possible to add properties to it. You must first close the Package dialog window and then reopen it before adding properties to the script. | |||
== See Also == | == See Also == | ||
*[[Package Script]] | *[[Package Script]] |
Latest revision as of 10:37, 20 April 2012
Type[edit | edit source]
Package fragment scripts extend Package.
Run Time[edit | edit source]
Package fragments are run when the package begins, when the package ends, and when the package changes.
Special Variables[edit | edit source]
- akActor: This is the Actor that is running the package.
Notes[edit | edit source]
- When a package fragment script is first created, it isn't possible to add properties to it. You must first close the Package dialog window and then reopen it before adding properties to the script.