SetPlayerCanPickpocketEquippedItems
From GECK
A function added by the ShowOff NVSE Plugin.
Contents
Description
Sets on/off the ability to pickpocket equipped items.
Syntax
(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.