Recent content by CoolsMcFrosty

  1. C

    [Scripting Question] Very Rare Candy

    Sounds like you just bumped up the level, which works more like the level set in the debug menu. Try using a formula to give the pokemon the required EXP to raise the level by 5 instead.
  2. C

    [Scripting Question] Change Rarity of Natures

    Hey, does anyone know how to make it so that pokemon natures have different rarities instead of just being randomly selected out of a list? I want to make some of them have say, an only .05% chance of showing up. I'm not using this code for natures themselves, but for something I'm working on...
  3. C

    [Scripting Question] Overlay Image Onto Pokemon Sprites

    I would, but I want the traits to be breedable so they need to be on their own separate variable. If not I'd have to manually make every single possible combination of eye color, body color, marking colors, etc.
  4. C

    [Scripting Question] Overlay Image Onto Pokemon Sprites

    Hi! So I'm trying to make a system that adds a bit of random color variety to the pokemon, for a bit of realism. Is there any way for me to make a script that allows me to pull an image (colored eyes, for example) and lay it directly on top of the existing sprites? WhenI tried to do it before it...
Back
Top