TechSkylander1518 submitted a new resource:
Battle Size Options - Lets the player choose whether to battle in Single or Double mode! (Or even Triple!)
Read more about this resource...
Battle Size Options - Lets the player choose whether to battle in Single or Double mode! (Or even Triple!)
View attachment 3892A few steps to putting in this one, but nothing especially complicated!
Simple little add-on that lets players choose between Singles, Doubles, or Triples in the Options menu!
Code
In PScreen_Options, right at the top-
Ruby:class PokemonSystem attr_accessor :textspeed attr_accessor :battlescene attr_accessor :battlestyle attr_accessor :frame attr_writer :textskin attr_accessor :font...
Read more about this resource...