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.
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]...