Thank you, I teach a middle school video game design class and we are using this mod to add some basic programming language to the class and the kids are coming up with all sorts of crazy boss battle ideas, they love it!
So I am not sure what I am doing wrong here, the game runs but the effect does not happen in battle (I want the gym leader to get a stats boost each turn):
setBattleRule("midbattleScript",
"TurnStart_foe" => {
"setBattler" => :Opposing,
"battlerStats" => [:RANDOM,1]}
)
I was able to figure out what I was missing (not updating the metadata). Everything is good now, I just wish Essentials included the full sprite sheets for Brenden and May :/
Thank you, one more question. If I wanted some in game way for the player to see their challenges, how could I go about that? I tried both the script commands you listed and if I make an NPC that just has that script command, nothing happens when I talk to them.
I have a question: I put this above main:
First i have the code for character selection, that part works.
Below it I have this:
def somename
overworld = ["trainer_POKEMONTRAINER_Red","trainer_POKEMONTRAINER_Leaf",
"trainer_POKEMONTRAINER_Brendan","trainer_POKEMONTRAINER_May"]
battle...
That fixed it, thank you. For anyone else trying to make this work with gen 9 pokemon, just add this in town_map file:
#-------------------------------
[2]
Name = Gen3
Filename = mapRegion0.png
#-------------------------------
[3]
Name = Gen4
Filename = mapRegion0.png...
That fixed it, thank you. For anyone else wondering, just add this in that file:
#-------------------------------
[2]
Name = Gen3
Filename = mapRegion0.png
#-------------------------------
[3]
Name = Gen4
Filename = mapRegion0.png
#-------------------------------
[4]
Name = Gen5
Filename =...
Is there something I need to edit if I have more than the original regional dexes to make this work? I updated the script manager and regional pokedex files but I get this error when trying to view a dex entry for any pokemon regions 3-9 unless I view it through the national dax:
Exception...
I'm not sure what I am doing wrong: I set everything up and got this error (it only happens when I try to access regions 3-8 in the Pokedex):
Exception: RuntimeError
Message: Unknown ID 2.
Backtrace:
GameData:176:in `get'
UI_Pokedex_Entry:24:in `pbStartScene'
[[MUI] Pokedex Data Page] [001]...