You should consider joining our Discord to ask for support.

We created a support channel using the new Discord Forum feature!

You can also visit our new website, it has a help section in English and French

0 like 0 dislike
505 views
in Script help by (220 points)
closed by
Hey. I just started working with Pokemon SDK and I'm trying to figure out how to make it so the battle mode is always "set" instead of "shift." Thanks
closed with the note: I figured it out

1 Answer

1 like 0 dislike
by (28.0k points)
selected by
 
Best answer
$options.battle_mode = false

If you don't want the player to be able to change that option remove the line that says

   - :battle_style 

In Data/project_identity.yml (should be line 42)

by (220 points)
Thanks! I removed the option but I'm not sure where to put the line of code. Should I make a script or something like that?
by (28.0k points)
In the intro event that should be sufficient ;)
...