Improved parameter handling in EventHandlers (internal change)
## Getting Started with New Modes
### Activating Monotype Mode
Ruby:
ChallengeModes.start
# Select "Monotype Mode" from the rules list
# Choose your type when prompted
ChallengeModes.begin_challenge
### Activating Randomizer Mode
Ruby:
ChallengeModes.start
# Select "Randomizer Mode" from the rules list
# Mode initializes automatically with random seed
ChallengeModes.begin_challenge
This update addresses the most requested features and critical bugs reported by the EeveeExpo community. Special thanks to all the testers who helped identify and reproduce these issues!
## Download and Installation
1. Delete any existing "Nuzlocke EX" plugin folder from your Plugins directory
2. Download and extract the new version to your Plugins folder
3. Your existing save files will remain compatible
4. New challenge modes will be available immediately
For detailed installation instructions and usage examples, see the full documentation in the resource description.