Soulpour777
Introduction
A custom scene that displays Personality Levels for each character, composed of Courage, Understanding, Diligence, Knowledge and Expression.
Features
- Persona Game's Personality Levels / Number / Rates
Screenshots

How to Use
Place the needed Pictures on your existing project or new project’s Pictures folder. Place this script below Materials, above Main.
To call the custom scene, please do this script call:
SceneManager.call(Soulpour_PersonalityLevels)
You can add or subtract attribute values within the event command.
Actor Attributes for Personality Levels
each hash contains the variable numbers where each attribute is stored. for example: actor 1 stores variables 1, 2, 3, 4 and 5 for each attribute, followed by actor 2 for 6, 7, 8, 9, 10.
E.g.
Code:
Actor_Attributes = {1 => [1, 2, 3, 4, 5],2 => [6, 7, 8, 9, 10],3 => [11, 12, 13, 14, 15]}Script
Get the script here.
Credit and Thanks
- Soulpour777 - me
- Persona - for the inspiration