Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
I need HG/SS overworlds for the Kanto gym leaders (besides Koga). I have been having trouble finding them so if they publicly exist I'd like to know. Thanks in advance.
Also if anybody has ever made any R/S/E FR/LG style Johto gym leaders I'd like to see them as well. Thanks again
I just...
Maybe somebody better at scripting than I will write the code for you.
I don't think the route you're thinking of going would be easy at all to do.
I think an easier way to accomplish what you want to do would be to treat it as a form change or mega evolution. Maybe even something similar...
Because 3 days of coding experience in this language and using RMXP.
The only things I have to go off of are other script languages I've learned in the past and testing what works for me when I tested my game.
I appreciate the reply because I learned something and my code is now correct. I'd...
That doesn't really help me.
If there is a syntax error, tell me where because the game starts up and there is no error with it.
I'll post the code I have for cut so you can point out what I need to change to fix this
def Kernel.pbCut
movefinder=Kernel.pbCheckMove(:CUT)
if $DEBUG &&...
"Change the line 'if $DEBUG || movefinder' (there's one for each move) to 'if $DEBUG || ($PokemonBag.pbQuantity(PBItems::YOURITEMINTERNALNAME)>0'"
I changed it to
'if $DEBUG && ($PokemonBag.pbQuantity(PBItems::YOURITEMINTERNALNAME)>0'
And every HM/TM I have as an item works fine as far...
EDIT: I think I've figured out the problem, I changed the code in the original line to && instead of ||. I'm not sure if this is the complete fix but it fixed my problem. Since you will probably read this FL you should change this part of your guide if it is incorrect so other people don't have...