> For the complete documentation index, see [llms.txt](https://rpg-system-all-in-one.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rpg-system-all-in-one.gitbook.io/documentation/other-subsystems/interact-system/create-a-interactable-object.md).

# Create a Interactable Object

UNDER CONSTRUCTION

{% hint style="info" %}
You only need to follow one of both. Creating a child of the premade Blueprint is the easiest way.
{% endhint %}

{% tabs %}
{% tab title="Create a child" %}

1. Make a child of `BP_Quest_Interactable_example`
2. Override the `Event Interact` to add your logic to the object.<br>

{% hint style="info" %}
If you still want to use the [automatical adding of Custom Variables](/documentation/other-subsystems/interact-system.md) on Interaction then make sure to **add a parent call of Event Interact**.
{% endhint %}
{% endtab %}

{% tab title="Implement the Interface" %}
SOON
{% endtab %}
{% endtabs %}
