> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/assets/vms_clothestore/developer-api/client-events.md).

# Client Events

### Opening a clothing store menu:

Event to run the store menu using, for example, npc talk script

<figure><img src="https://3701050178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6y0J5nnTjSyc65fbCvIU%2Fuploads%2FSLBjR7DNCFpjcaAvl85W%2Fscreenshot.png?alt=media&amp;token=01f35bf3-f6e5-42da-9464-c448e3ae4e9c" alt=""><figcaption><p>The ID in the event is that number marked with a red circle in the screenshot</p></figcaption></figure>

```lua
TriggerEvent("vms_clothestore:open", ID)
```
