# Door Customisation

{% hint style="info" %}
This will explain the elements of the Door Interactable script so you can be better how to use and customise it
{% endhint %}

<figure><img src="/files/WOFpeqR2J0SLx0n4o668" alt=""><figcaption></figcaption></figure>

|                       |                                                                                                                                                                                                                                                                                     |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Interactable Type     | Door / Drawer (Doors can be used for chests and other door types which open on different axis)                                                                                                                                                                                      |
| Door Transform        | Add the door object that will move, as this script could be added to objects other than the door itself                                                                                                                                                                             |
| Door Opening Settings | Choose the Rotation axis, angle, speed and which was a door should open                                                                                                                                                                                                             |
| Sound Delay Settings  | Set the delays for each sound effect, in case you want them to play quicker or slower than the original sound                                                                                                                                                                       |
| Plank Settings        | <ul><li>Choose whether you want to block the door with planks or not. </li><li>Plank count (Make sure to add these to the door object yourself and see instructions for more)</li><li>The text that should appear when trying to open the door if planks are still on top</li></ul> |
| Lock Settings         | <ul><li>Choose whether the door will need a key and should be locked. </li><li>Set the text that will display for locked and unlock states</li><li>Add a door locked sound</li></ul>                                                                                                |
| Unlock Settings       | Remove key after use, add the key scriptable you will need to unlock the door and the unlock sound                                                                                                                                                                                  |
| Spawning Items        | You can spawn items within the drawer and you can check out the page on spawnings items if you wish                                                                                                                                                                                 |


---

# 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://speedtutoruk.gitbook.io/door-interaction-kit-doc/support/door-customisation.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.
