Difference between revisions of "PickPocket Event"

From the CreationKit Wiki
Jump to navigation Jump to search
(Created page with "WIP writing pickpocket event")
 
(Documented PickPocket SM event)
Line 1: Line 1:
WIP writing pickpocket event
Event triggered when the Player pickpockets an NPC.
==Event Data==
*Target: The NPC that was pickpocketed.
*GetIsID: The ID of the pickpocketed object
*GetValue: The value of the pickpocketed object
*HasKeyword: If the pickpocketed object has a keyword.
*IsInList: If the pickpocketed object is in a specified formlist.
*Success: If the player succeeded in pickpocketing the NPC.

Revision as of 13:44, 7 January 2024

Event triggered when the Player pickpockets an NPC.

Event Data

  • Target: The NPC that was pickpocketed.
  • GetIsID: The ID of the pickpocketed object
  • GetValue: The value of the pickpocketed object
  • HasKeyword: If the pickpocketed object has a keyword.
  • IsInList: If the pickpocketed object is in a specified formlist.
  • Success: If the player succeeded in pickpocketing the NPC.