> 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="https://2670832224-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8GtpEwbGN0bJplKvWXb%2Fuploads%2FX0Rrz8P0zQt3YmYSG1Ej%2FValvePickupExample.JPG?alt=media&amp;token=ee694fba-792f-47ed-b246-a48f42deac51" 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="https://2670832224-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8GtpEwbGN0bJplKvWXb%2Fuploads%2FF5Lf3ATTOJXTtktwSUfk%2FValveWithoutExamine.JPG?alt=media&amp;token=560831aa-3c33-4f2f-bd51-1035fa74cf01" alt=""><figcaption></figcaption></figure>

### Highlighting items Examples:

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