# Locks, Lock picking, &  Ciphers - Skyrim Style Lock Picking

There are three main lock scripts:

| Script                                                                                                         | Description                                                                                                                         |
| -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| [`Keyhole`](/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/keyhole.md)        | Skyrim-style pick-and-turn lock. The player moves a lock pick to the correct angle, then applies pressure to turn the keyhole open. |
| [`Cipher`](/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/cipher.md)          | Combination-wheel lock. The player rotates one or more wheels to a matching solution angle.                                         |
| [`LockButton`](/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/lock-button.md) | A pressable button that can trigger lock-related events (e.g. unlocking a door, resetting a lock).                                  |

{% content-ref url="/pages/hNt795xJPzh7TTe040Te" %}
[Lock Picking Quick Start](/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/lock-picking-quick-start.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-MY3N\_li2jPq7az6mYfq/pages/gTRsSCLAXm75rD6FRwo6" %}
[Keyhole](/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/keyhole.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-MY3N\_li2jPq7az6mYfq/pages/zkFGRn9xxvDoY676Pzk5" %}
[Cipher](/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/cipher.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-MY3N\_li2jPq7az6mYfq/pages/HJWqbr9GP0NKGqB6zTas" %}
[Lock Button](/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/lock-button.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://infinitypbr.gitbook.io/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
