Recent content by Cuflock

  1. C

    Script: Punch Bag Game

    How do I show the score in a text message? Thanks!
  2. C

    Forced Evolutions

    Any ideas on how to make this in-game usable? Like, for example, you pay or you deliver some item, and then the NPC evolves your pokemon (with a selection screen)
  3. C

    Can't create a New Game

    So, I was testing my game, and I wanted to modify some things in the intro, to my surprise, I couldn't start a new vegas (but it loads my previous save fine). Any idea why this happens? I added the Error Message here, I guess it's something map related? Anyways, thanks in advance! Edit: it was...
  4. C

    Nuzlocke Mode

    It worked, thanks man!
  5. C

    Nuzlocke Mode

    Okey, so I installed the script but im getting this error. "image removed" Any ideas?
  6. C

    PvP Script

    Thanks! It works very good, and It's awesome!
  7. C

    Mega Evo Sprites (Gen 4 style)

    They look really good! Thanks man!
  8. C

    Mega Evo Sprites (Gen 4 style)

    Can you post them? I really want to see them :D
  9. C

    Pokeballs that work with the pokemon color.

    Excellent! Thanks Maruno!
  10. C

    Pokeballs that work with the pokemon color.

    I tried, still doesn't work :(
  11. C

    Pokeballs that work with the pokemon color.

    Hi people! I want to make a pokeball that modifies the catch rate, based on the color of the pokemon. I tried making something like this: BallHandlers::ModifyCatchRate.add(:SANLBALL,proc{|ball,catchRate,battle,battler| catchRate*=3 if battler.pbHasColor?(:Blue) || battler.pbHasColor?(:Red)...
Back
Top