OnStoryNewVoicePower - Quest

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Quest Script

Event called when this quest is started via a new voice power story manager event.

Syntax[edit | edit source]

Event OnStoryNewVoicePower(ObjectReference akActor, Form akVoicePower)

Parameters[edit | edit source]

  • akActor: The ObjectReference that got the new voice power.
  • akVoicePower: The voice power that the actor just got.

Examples[edit | edit source]

Event OnStoryNewVoicePower(ObjectReference akActor, Form akVoicePower)
  Debug.Trace(akActor + " just got a new voice power: " + akVoicePower)
endEvent

See Also[edit | edit source]