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.
Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Formbefore April 2! You can also message Cat with 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...