TalkingActivator

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Type: TACT
Papyrus: TalkingActivator Script

The TalkingActivator object is found within the Object Window under the Actor Category.

Editor Dialog[edit | edit source]

TalkingActivator Editor.png

  • ID: The ID, also referred to as Editor ID, is used by the Creation Kit to uniquely identify this record within a Data File.
  • Name: This object's name as it will appear within user interface menus or when the player looks at it.
  • Model: The 3D Model File that will be used when this object is placed in the game world.
  • Looping Sound:
  • Voice Type:
  • Add Destruction Data: Allows you to configure the objects destruction data with the Destructible Object Data editor.
  • Flags
    • Radio Station:
    • Cont. Broadcast:
    • Non-Pipboy:
    • Random Anim Start:
    • No Voice Filter:
    • On Local Map: Indicates this object will appear on the PipboyMenu local map. The local map displays a top-down view of Cell geometry and all objects that have On Local Map selected.
  • Keywords: A list of Keywords that signal information to other Game Systems.
  • Scripts: Papyrus scripts may be added, removed, and their properties edited.
    • Add: Adds a papyrus script to this object.
    • Remove: Removes the selected papyrus script from this object.
    • Properties: Shows the papyrus property editor for the selected script.

See Also[edit | edit source]