# Multichar, Spawn & Appearance

### ✅ Quick Start Checklist

Before going live, make sure you've completed:

* [ ] Installed all requirements (VORP Core, VORP Menu, oxmysql)
* [ ] Run SQL commands for playtime feature
* [ ] Configured `config.lua` (server logo, banned names, etc.)
* [ ] Set up at least one shop in `config_shops.lua`
* [ ] Adjusted shop prices to your economy
* [ ] Added spawn points for your map
* [ ] Configured job locations for your jobs
* [ ] Tested character creation
* [ ] Tested character deletion
* [ ] Tested all shop types
* [ ] Tested character spawning at different locations
* [ ] Checked for any console errors

***

### 📝 Version Information

* **Script Version:** 1.0
* **Framework:** VORP Core
* **Game:** RedM (Red Dead Redemption 2)

***

<figure><img src="/files/HM4rt7cWrokenMUO2J8g" alt=""><figcaption></figcaption></figure>


---

# 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://codem-red.gitbook.io/codem-red/multichar-spawn-and-appearance.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.
