• 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.
  • 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. Poq

    Resource Direction Boards

    Okay I looked closer at your error message Did you edit the script at all? It looks from the message like you added Lappet as an Input, but those should just be keyboard inputs
  2. Poq

    Resource Direction Boards

    It's the script parameters you used. Instead of ("Rustboro", "Lappet"), you want ("Rustboro, Lappet"). Only the first parameter can be text input. By putting that comma outside of the quotes, you're telling the script ti start looking for the next parameter, which is a direction.
  3. Poq

    Resource Apricorn Tree Charsets (With Animation)

    I just started using this resource in my own project and made some base events that I could copy onto any map I needed. It's a pretty laborious process to set up, so I figured I would include my test/example map here to help anyone else along with this very useful resource. And maybe this goes...
  4. Poq

    Entertainment What Pokemon need removal/improvement?

    Girafarig needs serious revision - especially after the GS Demo leak in which the original concept was so much more interesting than the lackluster pokémon we ended up with.
  5. Poq

    Tutorial Customization of the Stat Screen

    shrug? It displayed correctly with that code for me.
  6. Poq

    Tutorial Customization of the Stat Screen

    Here's what the code needs to look like for version 17.2 starting on line 627, in case anyone is interested: textpos = [ [_INTL("STATS"),26,16,0,base,shadow], [_INTL("{1}",@pokemon.level),46,92,0,Color.new(64,64,64),Color.new(176,176,176)]...
Back
Top