create_actor
Add a new actor to the game database with customizable name, class, levels, profile, and sprites.
Instructions
Create a new actor in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Actor name | |
| nickname | No | Actor nickname | |
| classId | No | Class ID | |
| initialLevel | No | Initial level | |
| maxLevel | No | Max level | |
| profile | No | Profile description | |
| characterName | No | Character sprite name | |
| characterIndex | No | Character sprite index | |
| faceName | No | Face image name | |
| faceIndex | No | Face image index |