Keyword Script

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Extends: Form Script

Editor: Keyword

Script for the manipulation of keyword objects.

Definition[edit | edit source]

ScriptName Keyword extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

  • Function SendStoryEvent(Location akLoc, ObjectReference akRef1, ObjectReference akRef2, int aiValue1, int aiValue2)
    • Sends this keyword as a story event to the story manager.
  • bool Function SendStoryEventAndWait(Location akLoc, ObjectReference akRef1, ObjectReference akRef2, int aiValue1, int aiValue2)
    • Sends this keyword as a story event to the story manager and waits for it to be processed. Returns true if a quest was started.

Events[edit | edit source]

None