> For the complete documentation index, see [llms.txt](https://polars-armoury.gitbook.io/polars-armoury-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polars-armoury.gitbook.io/polars-armoury-docs/scripts/hidden-stash/items.md).

# Items

This explains what the main items do

### Condom

The condom item is used to make **packed goods**.

Players use it to choose items and amounts. After that, the script creates packed goods. The player can then hide those packed goods internally.

Packed goods can use:

* Item limits
* XP levels
* Break chance
* Health loss
* Damage over time if the goods break

After packed goods are hidden, they can be found or removed in a few ways:

* The player can use laxatives to release them.
* Police or any other allowed job can use inspection gloves and choose **Internal Concealment Check**.
* EMS or medical jobs can use inspection gloves and choose **Internal Concealment Check** to treat broken packed goods.

If packed goods break, the player can start losing health over time. This can be treated with laxatives if allowed by the config, or by an allowed job using inspection gloves.

### Laxatives

Laxatives are used to release packed goods.

When a player takes laxatives, they do not work instantly. The script waits for a random time between the configured minimum and maximum delay. After that, the laxative animation plays and the hidden packed goods can come out.

Laxatives are for the condom / packed goods system.

Laxatives do **not** treat swallowed wrapper items.

### Wrapper

The wrapper item is used to hide items in the mouth.

Players use it to choose items and amounts. Unlike the condom item, the wrapper does **not** make packed goods. It just hides the selected items in the mouth system.

Wrapper-hidden items can be removed in two ways:

* The player can use /spitout to get their own items back.
* An allowed job can use inspection gloves and choose **Search Mouth**.

Wrapper items can also be swallowed by accident if swallow chance is enabled.

If wrapper items are swallowed, the player can start losing health over time. This can be treated by an allowed job using inspection gloves and choosing **Search Mouth**.

Swallowed wrapper items are treated with inspection gloves, not laxatives.

### Inspection Gloves

Inspection gloves are used by allowed jobs to search or treat another player.

When someone uses inspection gloves, they get two choices:

* **Search Mouth**: Used for wrapper items hidden in the mouth, including swallowed wrapper items.
* **Internal Concealment Check**: Used for packed goods hidden internally, including broken packed goods.

If the search minigame is enabled, the person using the gloves must complete the W/A/S/D minigame before they can find anything.

Inspection gloves can also put glove clothing on the player during the search, if glove clothing is enabled in the configurator.
