• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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] Predetermined names

  • 43
    Posts
    8
    Years
    • Seen May 4, 2023
    Hi, I wanted to know how to change the script for the choice of name, when I do not insert any text, the game uses the name of the computer user, how can I change the script "utilities" in the script editor to ensure that the male has a certain name and the female another?
     
    Last edited by a moderator:
    Hi.

    You can do something like this, in the PSystem_Utilities script at around line 760:

    [PokeCommunity.com] Predetermined names


    In my exemple, the default male name will be Red, and the female one will be Leaf. I don't know in which case the third name choice can occur, but you still have to set it to something ("Green" in my example).
     
    Hi.

    You can do something like this, in the PSystem_Utilities script at around line 760:

    [PokeCommunity.com] Predetermined names


    In my exemple, the default male name will be Red, and the female one will be Leaf. I don't know in which case the third name choice can occur, but you still have to set it to something ("Green" in my example).

    Unfortunately, it doesn't work, I always charge the name of the computer user
     
    Hi, I wanted to know how to change the script for the choice of name, when I do not insert any text, the game uses the name of the computer user, how can I change the script "utilities" in the script editor to ensure that the male has a certain name and the female another?

    I wouldn't change the script, but rather, the event. In the Intro scene, when you're asked if you're a boy or a girl, put the script pbTrainerName("Boy's name") when the player chooses the boy, and pbTrainerName("Girl's name") when the player chooses the girl. It will set the name to "Boy's name" or "Girl's name".
     
    Back
    Top