- Found in:
- Vanilla
eventOnPickpocketFailed()
Description
Documentation Comment
Received when the player fails to pickpocket this actor
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnPickpocketFailed()
Debug.trace("Event received - OnPickpocketFailed")
endEvent