OnPickpocketFailed - Actor

From the Fallout4 CreationKit Wiki
Revision as of 19:40, 4 August 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus Category:Events '''Member of:''' Actor Script Event sent when the player fails to pickpocket this actor. == Syntax == <sourc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]