OnPickpocketFailed - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Event sent when the player fails to pickpocket this actor.
Syntax[edit | edit source]
Event OnPickpocketFailed()
Parameters[edit | edit source]
None.
Examples[edit | edit source]
; Event is sent to the player
Event OnPickpocketFailed()
Debug.Trace("Player failed to pickpocket us - we should probably thwap him")
endEvent