OnStoryNewVoicePower - Quest
From Creation Kit
Member of: Quest Script
Event called when this quest is started via a new voice power story manager event.
Contents |
Syntax
Event OnStoryNewVoicePower(ObjectReference akActor, Form akVoicePower)
Parameters
- akActor: The ObjectReference that got the new voice power.
- akVoicePower: The voice power that the actor just got.
Examples
Event OnStoryNewVoicePower(ObjectReference akActor, Form akVoicePower) Debug.Trace(akActor + " just got a new voice power: " + akVoicePower) endEvent

