Background for Starfield
Member of the Actor script

Description

Wiki Description

Event sent when the player fails to pickpocket this actor.

Documentation Comment

Received when the player fails to pickpocket this actor


Examples

; Event is sent to the player
Event OnPickpocketFailed()
  Debug.Trace("Player failed to pickpocket us - we should probably thwap him")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnPickpocketFailed()
    Debug.trace("Event received - OnPickpocketFailed")
endEvent

Related Pages


Additional References

View this event’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.