> For the complete documentation index, see [llms.txt](https://speedtutoruk.gitbook.io/apk-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://speedtutoruk.gitbook.io/apk-documentation/getting-started/setting-up-interactive-objects.md).

# Setting Up Interactive Objects

{% embed url="<https://drive.google.com/file/d/14WE8k41e0Ph5rK0s2UOhhVwmJGbP4n2M/view?usp=sharing>" %}

{% hint style="info" %}
All objects need to have a list of items but each system has slightly different setup types, I'll explain this in the indidivual Systems breakdown seciton:&#x20;

* Tag: **InteractiveObject**
* Box Collider
* AKItem Script
* System Item Script
* (Some Systems) Additional Collection Script
  {% endhint %}

### Valve Pickup Using Examine System:&#x20;

* Tag: **InteractiveObject**
* Box Collider
* AKItem
  * Set this to **Examine System**
* Valve Item script
  * Set to **Valve**
* Valve Collectable Script
* Examinable Item Script
  * Set: **Is Collectable to TRUE**
  * Choose: **Valve Sys** (From the dropdown)

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

### Example Without Examine System:

* Tag: InteractiveObject
* Box Collider
* AK Item script
  * Set to: Valve System
* Valve Item
  * Set to: Valve
* Valve Collectable

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

### Highlighting items Examples:

{% content-ref url="/pages/tbfRC26ubvJr1Wg4B9nh" %}
[Name / Emission Highlighting](/apk-documentation/extending/name-emission-highlighting.md)
{% endcontent-ref %}
