OnPickpocketFailed - Actor

From the Fallout4 CreationKit Wiki
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

See Also[edit | edit source]