Action Script
Revision as of 01:09, 6 June 2023 by EgoBallistic (talk | contribs) (Added Note that Actions do not work as Properties in the CK)
Extends: Form Script
Script for the manipulation of action base objects. Actions are the "animations" you see in the "idle manager".
DefinitionEdit
ScriptName Action extends Form Native Hidden
PropertiesEdit
None
Global FunctionsEdit
None
Member FunctionsEdit
None
EventsEdit
None
NotesEdit
The Creation Kit will not allow most Actions to fill Properties. Clicking Edit Value on an Action property will only display a small number of values in the drop-down list. Attempting to Auto-fill with a value that is not in the dropdown will not work. For example, the following declaration:
Action Property ActionInteractionExit Auto Const
will seem to work, and the Property can be auto-filled in the Creation Kit. However, subsequently returning to the Properties window will show that the property has now been filled with NONE. To use Actions in scripts, declare them as Action variables and fill them with GetForm() or GetFormFromFile().