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

  1. S

    [Scripting Question] Issue with scripting moving pictures

    I'm trying to make my title screen in the same style as Red/Blue, and I've hit a few bumps but when I think I've got most of it figured out I get this message: Edit: I restored the original Scene_Intro script, then tried again with different wording, added @pic3=addImage(0,300,"") to line 10...
  2. S

    Animated Title Screen and Other Title Improvements

    How would I make out the script to mimic the style of the title screens of Pokémon Red and Blue, with playing the respective cry when that Pokémon is shown? I've figured out the credits, the shooting star, and Gengar vs Jigglypuff. The title screen after that baffles me.
  3. S

    [Scripting Question] Ending Test Battle With Shadow Pokemon

    So, I found out if Shadow-type Pokémon are defined in the types.png file, the Run command in Trainer battles gets replaced by the Call command. I was wondering if there was a way to copy/paste the scripts for ending the battle with the Control button and where I should Paste them to.
  4. S

    Temporarily taking away the player's party pokemon and items.

    Hi! 2020 calling! I tried using the scripts listed above for the "StealParty" and "ReturnParty" commands, but I'm certain I'm doing something wrong. def StealParty $game_variables[84]=$Trainer.party $Trainer.party=[] end def ReturnParty $Trainer.party=$game_variables[84] end ^Is what...
Back
Top