# Revisar la Mochila

A partir de ahora, cualquier jugador o IA que tenga una mochila incorporada a su inventario podrá ser revisada por otro jugador sin necesidad de que la IA o el jugador que la porta tenga que estar muerto.

Compatible con cualquier mod que añada mochilas: el sistema no depende de prefabs específicos. Usa ***LoadoutBackpackArea*** para detectar el slot de mochila del personaje, por lo que funciona con cualquier mochila que esté correctamente configurada con ***BaseLoadoutClothComponent*** apuntando al área de mochila, independientemente del mod que la añada.

No necesita configuración para el correcto funcionamiento en la misión o en el workbench. Simplemente se añade el mod a la precarga de mods y listo.

![](/files/c4943859e5be1008455fd555d5458d897f7f6375)

![](/files/0da474a212afae6a4f3f08363b367821277ec04a)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bhelma.gitbook.io/bhelma-core/revisar-la-mochila.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
