- Found in:
- Vanilla
eventOnStoryPickPocket(ObjectReferenceakVictim, boolabSuccess)
Parameters
ObjectReferenceakVictim
boolabSuccess
Examples
Auto-Generated Example
Scriptname MyCoolScript extends Quest
event OnStoryPickPocket(ObjectReference akVictim, bool abSuccess)
Debug.trace("Event received - OnStoryPickPocket: akVictim = " + akVictim + " abSuccess = " + abSuccess)
endEvent