SOUL ENGINE ACE - SOUL CHARACTER SELECT EX

RPG Maker VX Ace

This script enables the player to choose their own characters.

SEA – Soul Character Select EX
Author: Soulpour777
Category: Character / Actor – Graphics Related Script
Prerequisites: None
Included in: Soul Engine Ace

Description:

This script allows you to select a character of choice. The script can be used via a script call.
It allows the using of voice and cursor effects. Returning to map while in Scene is also available.

Features:

Voice for Actors
Cursor for Selection
Able to Return to Map while in Scene (cancel method enabled)
Version No: 1

Terms of Use:
Note that all scripts under SEA is bound under this Terms of Use:

For Non-Commercial Use:

You are free to use the script on any non-commercial projects.
You are free to adapt the script. Any modifications are allowed as long as it is provided as a note on the script.
Credits to SoulPour777 for the script.
Preserve the Script Header.
Claiming the script as your own is prohibited.
Usage:

To add a character, make this script call:
Soul_Charsel.unlock_char(n)
where n is the name. Example: Soul_Charsel.unlock_char(“Eric”)
To call the Character Selection, do this script call:
SceneManager.call(Scene_Soul_Charsel)