Recent content by TV_Daxter

  1. T

    Script: [v13+] Character Selection

    Thanks FL, Another thing FL, you know how to use Conditional Branches with Scripts. I am trying to make depending on the player you choose to give one value or another to a variable. I have done this, but it doesn't work. if (result == 0) $gameVariables.value(26) = 0 end if (result == 1)...
  2. T

    I need help

    Thanks dude. But, do you know how conditional branches with script work?
  3. T

    I need help

    Thanks mate, I already got that, but what I don't know is how to change the name or the sprite of the rival/mate
  4. T

    Script: [v13+] Character Selection

    Partner, I try to use this code overworld = ["trchar000","trchar001","trchar002","trchar003"] battle = ["trainer000","trainer001","trainer002","trainer003"] result = pbCharacterSelection(overworld,battle) if result==0 pbRegisterPartner(PBTrainers::HOOPYTRAINER,"Zaphod",0) elsif result==1...
  5. T

    I need help

    Does anyone know how I can assign a different rival depending on the character you choose?
  6. T

    Script: [v13+] Character Selection

    Sorry, the problem was the version of Pokemon Essentials
  7. T

    Script: [v13+] Character Selection

    I have an error with this script :( --------------------------- Pokémon Essentials Esp v16.3 --------------------------- Excepción: RuntimeError Mensaje: Script error within event 2, map 1 (Intro): Exception: NoMethodError Message: (eval):3:in `pbExecuteScript'undefined method...
Back
Top