Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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 Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Could it download from a Github release?
Beyond this, when downloading, I got an error that ".DS_Store" already exists, so it can't be replaced.
If you have a multiple saves script that saves to a folder in the game directory, it will delete your saves.
When finishing, its only moving some...
If I had any suggestions, it would be this:
if Input.trigger?(Input::MOUSERIGHT)
pbSEPlay("Mining tool change")
newmode = (@sprites["cursor"].mode + 1) % 2
@sprites["cursor"].mode = newmode
@sprites["tool"].src_rect.set(newmode *...
from a cursory look, the big problem is that both redefine 'to_trainer' which are key to both of them functioning, I can't understand Lucidious's code the best, but its clear a compat patch could be made, I am just not familiar enough with either persons code to do so, myself.
You don't even really need to touch the badgeLevel stuff, what you could do is set conditions to return pbDisobey like I did under specific conditions, so
return pbDisobey(choice, badgeLevel) if @pokemon.level >=15 && @pokemon.level <=20 && r <= 50
and then have corresponding things in...