Recent content by R.L

  1. R

    [Scripting Question] What in the world does this stuff mean?

    Exception `SyntaxError' at -e - Section151:269: syntax error, unexpected `else', expecting `end' else ^~~~ -e:in `eval': Section151:269: syntax error, unexpected `else', expecting `end' else ^~~~ (SyntaxError)
  2. R

    [Scripting Question] this was my first attempt at coding on my own

    This was my first attempt at coding on my own Does this work at all? What can I change?
  3. R

    [Question] I need help with the Slow Start code

    this was my first attempt at coding on my own Does this work at all? What can I change?
  4. R

    [Eventing Question] Is there a way to read and copy the exp of a party pokémon and apply it to a gift pokémon?

    Is there a way to read and copy the exp of a party pokémon and apply it to a gift pokémon?
  5. R

    [Other Question] i dont know how to delete

    i dont know how to delete
  6. R

    [Error] I tried to give a Pokémon to the player as a starter option and got this, I'll provide more event info if needed

    ================= [2024-04-27 10:50:01 +0100] [Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.9] Script error in event 1 (coords 3,3), map 2 (Lappet Town) Exception: RuntimeError Message: Unknown ID pkmn. ***Full script: pkmn = Pokemon.new(:BULBASAUR, 5) pkmn.ability = :PSIONICREVERSAL...
  7. R

    [Question] I don't know how to give the player a defined pokémon

    this is what I'm trying to do pkmn = Pokemon.new(:BULBASAUR) pkmn.ability = :PSIONICREVERSAL pkmn.cannot_trade = true pkmn.cannot_release = true pkmn.iv[:DEFENSE] = 31 pkmn.iv[:SPECIAL_DEFENSE] = 31 pkmn.nature = :BASHFUL pkmn.owner.name = "???" pkmn.poke_ball = :STRANGEBALL...
  8. R

    Script: Generation 9 Resource Pack [v21.1]

    Thank you so much, I had no idea how to do that.
  9. R

    Script: Generation 9 Resource Pack [v21.1]

    is this correct? #=============================================================================== # Safari Zone compatibility. #=============================================================================== class Battle::FakeBattler def isCommander?; return false; end def...
  10. R

    Gen 9 pack scripts - I need help

    [2024-03-29 03:21:25 +0000] [Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.7] Error in Plugin: [Generation 9 Pack] Exception: SyntaxError Message: [Generation 9 Pack] [002] Battle_Battler.rb:541: class definition in method body class Battle::FakeBattler ^~~~~~~~~~~~~~~~~~~~~~~~~...
  11. R

    Script: Generation 9 Resource Pack [v21.1]

    [2024-03-29 03:21:25 +0000] [Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.7] Error in Plugin: [Generation 9 Pack] Exception: SyntaxError Message: [Generation 9 Pack] [002] Battle_Battler.rb:541: class definition in method body class Battle::FakeBattler ^~~~~~~~~~~~~~~~~~~~~~~~~...
  12. R

    Pokemon Region Generator

    how u use
Back
Top