SetPlayerCanPickpocketEquippedItems

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Sets on/off the ability to pickpocket equipped items.

Syntax

[help]
(none) void.SetPlayerCanPickpocketEquippedItems bOn:0/1 

Or:

(none) void.SetPCCanStealEqItems bOn:0/1

Example

SetPlayerCanPickpocketEquippedItems 1

The player will now be able to pickpocket equipped items.

Notes

  • By default, the player cannot pickpocket equipped items (unless `bPickpocketWornItems` from lStewieAl's Tweaks is toggled on).
  • Child actors still cannot have their equipped items stolen.

See Also