LSS_Raditz
May 11th, 2008, 12:03 PM
ok well this is probebly the wrong section but i couldn't find the right one any i started making a game in RMXP using Flameguru's Starter Kit and i'm stuck at making a gym leader how do i go about making one i have read the notes and didn't find any mention also i tried using a normal trainer and adding in the pokemon i want to battle but i kept on getting an error every time i used a move during my second turn... (so the opponents first turn worked perfectly)
so thanks to anyone that helps me =)
Wichu
May 11th, 2008, 12:22 PM
Try the Help and Requests (http://www.pokecommunity.com/showthread.php?t=135197) thread. I think I've already answered the problem there (in this post (http://www.pokecommunity.com/showpost.php?p=3565920&postcount=24)). I think that should solve the problem you're getting with the error.
And as for your Gym Leader question, use a Script conditional branch in the event, going something like this:
pbTrainerBattle(PBTrainers::LEADER_Roxanne,"Roxanne",_I("Here, take this Stone Badge"),false,0)Then have anything happening after you win in the branch.
LSS_Raditz
May 11th, 2008, 12:27 PM
thanks for help and showing me the right area to post in =)