- Found in:
- Vanilla
eventOnStoryIntimidateNPC(ObjectReferenceakActor)
Parameters
ObjectReferenceakActor
Examples
Auto-Generated Example
Scriptname MyCoolScript extends Quest
event OnStoryIntimidateNPC(ObjectReference akActor)
Debug.trace("Event received - OnStoryIntimidateNPC: akActor = " + akActor)
endEvent