TechSkylander1518 submitted a new resource:
Monotype Challenge - Players can choose to limit themselves to using one type in a playthrough!
Read more about this resource...
Monotype Challenge - Players can choose to limit themselves to using one type in a playthrough!
Ruby:module Settings # Players can use Pokemon that are not yet the required type, #but can evolve into it PREVOS_INCLUDED = true end class PokemonGlobalMetadata attr_accessor :monotype end #Sets the given variable to the ID number of the type used in the run def pbSetMonoVariables(varnum) $game_variables[varnum] =...
Read more about this resource...