• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Recent content by Entay7777

  1. E

    [Eventing Question] Double Wild Battle Scripted Event Help

    I'm looking to script an event in which the player faces off against a wild Umbreon and Espeon in a double battle - the catch being they have to choose which one they want to catch. I can't seem to get this to work though - can anybody help? What is the script for this?
  2. E

    [Error] Error occuring whenever a Pokemon uses a move in battle.

    The error does not crash the game but it does negate all effects of the move. Basically the animation fails to play, no damage is dealt, no stats are altered, and this error pops up. Exception: NoMethodError Message: undefined method `[]' for nil:NilClass PokeBattle_ActualScene:3689:in...
  3. E

    [Error] Home not defined in metadata error help!

    I keep getting this error when attempting to start the game - something that happened randomly as it was booting fine beforehand. Exception: RuntimeError Message: The entry Home is required in metadata.txt section [003] Compiler:776:in `pbCompileMetadata' Compiler:771:in...
  4. E

    [Scripting Question] I cannot seem to change character outfits in v19

    I'm not sure how I managed to do this but the game is not pulling a sprite from trchar000. I changed those sprites at the start of the game so they aren't the default red and green which are both still named trchar000 When the player is walking the sprite changes to Ekans but when standing...
  5. E

    [Scripting Question] I cannot seem to change character outfits in v19

    Hi, I'm simply trying to temporarily swap out the players character sprite using $trainer.outfit = 1 but the sprite fails to change upon using the command. I have tried naming the sprite both trchar000_1 and boy_run_1 but I still haven't found success. Can anybody offer some help?
  6. E

    [Scripting Question] How can I have the player select a specific pokemon and then use only that Pokemon for a certain amount of time?

    I'm looking to make a minigame where the trainer plays as one of their party members navigating though a Pokemon Den mini-dungeon. For example, I would like to have the player bring an Ekans to a Rattata Den and play as the Ekans crawling through the Den and battling the Rattata living inside...
  7. E

    [Eventing Question] Deleting a specific Pokemon from the party.

    I've scoured the wiki but cannot find a solution to this issue. I simply want to remove a certain Pokemon from the party as the player is giving it to an NPC. Is there a way to do this without using party index numbers?
  8. E

    [Eventing Question] Event priority question.

    I have an event that is essentially blood stains that spread across the floor. My issue is, I need players and NPC's to be able to walk over the bloodstains. Instead, the stains get priority. Is there any way to order events or do I need to impliment the stains into my tile set? Thanks in advance!
  9. E

    [Scripting Question] Is there a simple way to improve the enemy trainer AI in V19?

    Just wondering if anybody knows of something or somebody that can help. Reborns AI is way too complicated for me to transfer into v19 so I'm a bit stuck.
  10. E

    [Error] Self Switches won't turn off

    It's copied from the example in the Ice Cave on route 3 in the essentials pack. There's a block in there that has the effect I want. I'll try the league switches, though!
  11. E

    [Error] Self Switches won't turn off

    I'm trying to make an ice puzzle in which the player needs to navigate a maze without falling through the ice. However for some reason this messes with the self switches. They won't turn off no matter what. Additonally, some of them just automatically start out switched on even though they are...
  12. E

    [Scripting Question] Scripting Pokemon Field Effects!

    Hey all, I'm pretty new to this and really want to implement field effects into my game, similar to those in Pokemon Reborn. But I can't for the life of me work out how to do this. It's incredibly confusing and I can't even get as far as altering moves for the field. Can anybody offer some form...
  13. E

    [Error] Issue with registering a partner trainer!

    Yes I have. It gets stuck on this line of code though. The battle trigger is there though.
  14. E

    [Error] Issue with registering a partner trainer!

    Yes I have. It gets stuck on this line of code though. The battle trigger is there though.
  15. E

    [Error] Issue with registering a partner trainer!

    Hey all! Whenever I try to make a partner trainer, I am hit with this error. The trainer class is defined in the exact same manner as the supplied Brendon ally. Can anybody help me out? ================= [2021-12-02 21:29:31 +0930] [Pokémon Essentials version 19.1] [v19.1 Hotfixes 1.0.7]...
Back
Top