Introduction
The RPG Action adds lockpicking to an Interactable RPG Object.

Fields#
| Name | Description |
|---|---|
| Can Lock Pick | Can the object be lockpicked |
| Lock Pick Text | Text to display when object can be lock picked |
| Audio Pool Channel | Name of the broadcaster channel to use with the audio ppol |
| Success Sound | Sound to play on successful lock picking |
| Failure Sound | Sound to play on failed lock picking |
| On Success | Event raised when lock picking succeeds |
| On Fail | Event raised when lock picking fails |
| On Lock State Changed | Event raised when interaction should be locked |
Properties#
| Name | Description |
|---|---|
| callback | Callback to invoke when using this action |
| lockInteractions | Get/Set interaction lock state |
| parameter | Parameter (usually string display text) to use with this action |
| parent | Gets the parent Interactable RPG Object |
| preventActions | List of other action to prevent |
Methods#
| Name | Description |
|---|---|
| PickLock | Pick lock on the object |
| OnInteractionCalled | This method is called whenever the Interaction UI is displayed |
| OnInteractorChanged | This method is called whenever the Current Interactor changes |