• 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.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam here!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Recent content by cbcb

  1. C

    Resource Pokémon Emerald UI Pack

    is there a way to turn off EVs and IVs showing in the summary screen? Thanks in advance!
  2. C

    Resource [v13+] Type Quiz

    well thats a lot simpler than the way i handled it. def main loop do Graphics.update Input.update self.update if finished? if @questions_right==5 then $game_variables[32] = 5 elsif @questions_right==4 then...
  3. C

    Resource [v13+] Type Quiz

    How do I put this into a variable?
Back
Top