• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Question] A dialogue system script like Fallout to Pokemon Essentials

  • 1
    Posts
    4
    Years
    Hi everyone, this is my first post and it is a question, I know, but that has brought me here to create an account.

    The question: Do you know of any scripts for making a "Dialog System" with upgradeable speaking skills like Fallout Series? If you don't know what I'm saying, it's a system that makes the dialogue much deeper than a basic RPG, so you can make a much more immersive story for a Pokémon FanGame. I'm doing a FanGame with Pokémon Essentials and I'd like to know if that script already exists ... if not then I have to learn Ruby I guess.
     
    Strictly speaking, you don't even need a script for this, it's entirely possible with vanilla RPG Maker.
    Set up a series of game variables that represent a player's level in a given skill.
    Make dialogue choices using the Show Choices command.
    Have those choices have a conditional branch based on if the player meets a skill requirement, e.g. if Variable 5 (Intimidation Skill) is >= 5.
    Increase the player's skill using a Control Variable command.

    And so on.
     
    Back
    Top