• 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!

Search results

  1. InTheLight

    Recommendations for fangames that work with joiplay

    pokemon shadow... you can join team rocket in it theres crime lockpicking, and the second games being worked on rn link to the discord
  2. InTheLight

    Tutorial Wild Nicknamed pokemon

    #============================================================================= # NICKNAME #============================================================================= Nicknames = ["Czechoslovakia", "Jennnnnnny", "Billlllllll", "Masterball"] def nickname? @Name = Nicknames[rand(0..3)] #...
  3. InTheLight

    v18 Wild Nicknamed pokemon

    This may be compatible with most versions of essentials and there you have it edit the names to whatever you want if you add more names make sure to change the 3 in @Name = Nicknames[rand(0..3)] to 1 less than however many names you add and know that names over 11 like the first one in...
  4. InTheLight

    Tutorial Wild Nicknamed pokemon

    lemiho19 submitted a new resource: Wild Nicknamed pokemon - Nicknames for wild pokemon Read more about this resource...
  5. InTheLight

    Tutorial Weather Sound Effects

    Hmm the thunder sounds dont play for me, I messed with the values so that it was 100% to play but they still didnt maybe i copyed it wrong? heres the end of my code # Storm flashes if @type==PBFieldWeather::Storm rnd = rand(300) if rnd<4...
Back
Top