Personality Levels 1.0

● ARCHIVED · READ-ONLY
Started by SoulPour777 3 posts View original ↗
  1. RGSS3 - Personality Levels 1.0
    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
  2. Wow, that looks nice. Would work well with any sort of sim type game.

    The fact that it is Persona inspired and that you have card suits in your screenshot makes me instantly think of persona q. :D
  3. Thank you very much, hope this script would be useful for others too.