• 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.

Trying to set up a Partner battle, Not working. Requesting assistance

Derxwna Kapsyla

Derxwna "The Badman" Kapsyla
  • 437
    Posts
    13
    Years
    I was trying to set up a Partner Trainer depending on the starter you picked, and I wasn't sure how to go about it. So in my efforts to wing it, I did a:
    "If Starter Chosen Variable == 1
    Add partner: 4
    Else; Starter Chosen Variable == 2
    Add partner 5
    ..."
    And so on and such forth.
    Problem I'm running into right now is this
    Spoiler:

    I have been unable to figure out how to fix it after struggling with it for a good portion of 4 hours. I see that "ExtendText" is mentioned, and I've tried following the instructions provided in the ExtendText.txt, but it didn't seem to do anything. Perhaps I was using it wrong, I'm not sure.
    If there's a way I can fix this, can someone please tell me? It'd be greatly appreciated. Thank you in advance!
     
    Your script is longer than one line. A line shouldn't never beginning with an "(". Try this:

    pbRegisterPartner(
    PBTrainers::SCRenko_Sanae,"Renko")

    I'm not sure what you mean with extendtext, but if you want to activate it, you simply must open the .exe. The textbox will then expand.
     
    You are a lifesaver, thank you very much! On the note of ExtendText, I don't know why, but Extendtext.exe just doesn't seem to work for me.
     
    Right Click Extenedtext.exe, properties, then set administrator, problems with Vista and what not.
     
    Back
    Top