- Pokémon Essentials Version
- v20 ➖
Short description
Basically this script allows you to manipulate Pokémon/Items, Start Battles, Set Self Switches and Play Pokémon cries using more memorable methods that are targeted to people who don't want to have to look up the longer versions. It also adds a couple handy utilities like
How do I implement this script?
Download
Download Plugin (v20)
Example Methods (version 1.4)
Basically this script allows you to manipulate Pokémon/Items, Start Battles, Set Self Switches and Play Pokémon cries using more memorable methods that are targeted to people who don't want to have to look up the longer versions. It also adds a couple handy utilities like
vTGS(switchid)
which toggles a Game Switch between true and false.How do I implement this script?
- Download the plugin below
- Put the Voltseon's Handy Tools folder inside your game's Plugins directory
- Make sure that your plugin scripts are compiled when you open the game (The console should say "Voltseon's Handy Tools")
- And you're done!
- Select the script (in the spoiler below) and copy all of it (Ctrl+C)
- Go to the scipt section in Pokémon Essentials and scroll down until you see the "Main" script.
- Right click above the main scipt and click insert. You'll see a new script has been created.
- Inside that new script you paste the script you previously copied (Ctrl+V)
- Click "Ok" at the bottom and hit "Save". Now Voltseon's Handy Tools has been installed
Download
Download Plugin (v20)
Example Methods (version 1.4)
vSST(2,"B")
Sets event id 2's self switch B to true. Shorter than pbSetSelfSwitch(2,"B",true)
vTSS(2,"A")
Toggles event id 2's selfswitch between true and false every time it's triggeredvRI(:MASTERBALL,2)
Receives 2 Master Balls. Shorter than pbReceiveItem
vTPD
Toggles between having the Pokédex and not having itvCry(:PIKACHU,80,70)
Plays Pikachu's Cry at 80% volume and 70% pitchvTG
Toggles between character 1 and 2. (Usually Boy and Girl)- Credits
- Voltseon (not required)