• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
Resource icon

v21.1 Nuzlocke Ex 1.0.1

This resource pertains to version 21.1 of Pokémon Essentials.
Players can now have predefined rules set for them. Use the following commands in an event script to activate and set these rules:

# Activate the forced rules
ChallengeModes.use_forced_rules(true)

# Set the desired rules
ChallengeModes.set_forced_rules([ :PERMAFAINT, :ONE_CAPTURE, :SHINY_CLAUSE, :DUPS_CLAUSE, :FORCE_NICKNAME, :FORCE_SET_BATTLES, :NO_TRAINER_BATTLE_ITEMS])

# Start the challenge mode
ChallengeModes.start
New link is up
Fixed the Requires Error
Back
Top