Is there a way to check if your currently in a battle, i have the pokemon following script installed and when pressing the alt key (i changed it from ctrl) during a battle i get an error message, works fine in the field
The code that calls it is
The code that calls it is
Code:
if trigger?(Input::ALT) # Added Toggle Following Pokemon
pbToggleFollowingPokemon
end