# Everon Life (install + setup)

# Create a selling point

The purpose of this tutorial is to create a point of sale that allows exchanging products for money.

To achieve this, we will use components that will be added to the prefab:

[![image.png](https://wiki.nabla.sh/uploads/images/gallery/2024-12/scaled-1680-/image.png)](https://wiki.nabla.sh/uploads/images/gallery/2024-12/image.png)

We are using the base setuop that the everon team did and we decompose it to analyse it's function:

<p class="callout warning">Putting the componenet on a npc does not seem to be working therefore you need to put an prefab (i recommand putting for exemple a prefab in link with the farm)</p>

##### <span style="white-space: pre-wrap;">- </span>****EL\_restrictedInventoryStorageCompinent****<span style="white-space: pre-wrap;">: </span>

this component seem to be the one who are filtering the item you can exchange

[![image.png](https://wiki.nabla.sh/uploads/images/gallery/2024-12/scaled-1680-/CyGimage.png)](https://wiki.nabla.sh/uploads/images/gallery/2024-12/CyGimage.png)

we see here at the begining the item that the prefab take (in the exemple it's an apple)

##### ****- EL\_TraderManagerComponent****

[![image.png](https://wiki.nabla.sh/uploads/images/gallery/2024-12/scaled-1680-/DITimage.png)](https://wiki.nabla.sh/uploads/images/gallery/2024-12/DITimage.png)

This component is therefore used to take an item and exchange it for another.

##### ****- Action manager****

[![image.png](https://wiki.nabla.sh/uploads/images/gallery/2024-12/scaled-1680-/JOWimage.png)](https://wiki.nabla.sh/uploads/images/gallery/2024-12/JOWimage.png)

# Create a transform building

we are using the same everon and looking after the ciment process:

[![image.png](https://wiki.nabla.sh/uploads/images/gallery/2024-12/scaled-1680-/7Dvimage.png)](https://wiki.nabla.sh/uploads/images/gallery/2024-12/7Dvimage.png)

when looking to the action manager we have information on how its working:

[![image.png](https://wiki.nabla.sh/uploads/images/gallery/2024-12/scaled-1680-/hQ2image.png)](https://wiki.nabla.sh/uploads/images/gallery/2024-12/hQ2image.png)

as we can see we have 3 input prefab and 1 output:

[![image.png](https://wiki.nabla.sh/uploads/images/gallery/2024-12/scaled-1680-/Ferimage.png)](https://wiki.nabla.sh/uploads/images/gallery/2024-12/Ferimage.png)

we need to collect all 3 to get the output, as we can see we can tell how many of each ingrediant we need:

[![image.png](https://wiki.nabla.sh/uploads/images/gallery/2024-12/scaled-1680-/Erbimage.png)](https://wiki.nabla.sh/uploads/images/gallery/2024-12/Erbimage.png)

After that we put whta prefab as an output we have and select how many we have:

[![image.png](https://wiki.nabla.sh/uploads/images/gallery/2024-12/scaled-1680-/QbPimage.png)](https://wiki.nabla.sh/uploads/images/gallery/2024-12/QbPimage.png)