• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The results of the game jam are out!
    See the Judge's Spotlight choices and vote for your favorites to win Community Choice Spotlight by the 28th! 🫙
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. Nova Ozuka

    Ironing out new Abilities

    I made a couple of new abilities that Aurorus gets, but they're not quite doing what they're supposed to. The first is Freeze Body, an Ice-Type version of Flame Body. Battle::AbilityEffects::OnBeingHit.add(:FREEZEBODY, proc { |ability, user, target, move, battle| next if...
  2. Nova Ozuka

    What are some reasons why I can't find any Wild Pokemon?

    I've done quite a bit of running around in the grass on my game's Route 2 and Viridian Forest, and I can't find a single one of the land encounters. Everywhere else is fine so far except those two places. Does anyone have any ideas why? I've checked the events and map metadata, but I couldn't...
  3. Nova Ozuka

    A couple of script questions

    First question, is it possible to assign ratios to an array? I've got a script event that has several Pokemon in an array, but I want some Pokemon to have a higher rate than the others. Second question, how do I assign a specific game variable to a script? Would it be as simple as BLANK = 30...
Back
Top