# nova\_multichar

NOVA Framework basic character selection and creation system. Provides a simple interface for managing multiple characters per player.

## Features

* **Character List** — View existing characters
* **Create Character** — Create new characters with basic info
* **Delete Character** — Remove characters
* **Character Switching** — Switch between characters
* **Localization** — Portuguese language support

## How It Works

1. Player connects and the multichar screen appears
2. Existing characters are listed with their names and info
3. Player selects a character to load, or creates a new one
4. Character data is loaded via `nova_core`

## Dependencies

* **nova\_core** — Player/character management, login/logout
* **oxmysql** — Database operations

## Notes

* This is the **free** version included in `[nova_scripts]`
* For an advanced experience with cinematic effects, music, and visual effects, see the premium [nova\_multicharacter](https://novaframeworkdoc.gitbook.io/novaframework/premium-scripts/multicharacter)
* Character data is stored in the database
* The NUI uses a clean dark-themed interface
