Multiple Protagonists Changelog
v5.0.0 - October 8, 2023
WARNING! v5.0.0 is not compatible with the previous versions. This means that you MUST start a new save for testing if you update this script.
In other words, if you've already released a game using an earlier version of this script, then you cannot update to v5.0.0 without ruining players' old saves.
- Added settings to enable or disable sharing of Pokedex, bag, Pokemon storage, and item storage between all characters
- Refactored script into multiple sections and replaced enum with handlers to make adding new variables easier for script compatibility
v4.2.0 - October 7, 2023
NOTE: This version (and all future versions) will ONLY be compatible with Essentials v21.1. You can download a v20 version (v4.1.1) from the main post.
- Updated to Essentials v21.1
v4.1.1 - July 23, 2022
- Fixed characters not having separate bags
v4.1.0 - June 17, 2022
NOTE: This script will ONLY be compatible with Essentials v20. You can download a v19.1 version (v4.0.2 of the script) from the main post.
Also, please re-read the docs, as several instructions and method names have changed.
- Updated to v20
v4.0.2 - July 2, 2021
- Correctly fixed trainer sprites not displaying correctly
v4.0.1 - June 30, 2021
- Fixed trainer sprites not displaying correctly
v4.0 - June 15, 2021
NOTE: This version (and all future versions) will ONLY be compatible with Essentials v19.1. You can download a v18 version (v3.0) from the main post.
- Updated to v19.1
v3.0 - September 3, 2020
NOTE: This version (and all future versions) will ONLY be compatible with Essentials v18. You can download a v17.2/v16.2 version (v2.3) from the main post.
- Updated to v18
v2.3 - August 11, 2020
- Fixed crash on startup for some users (presumably users who don't have a save folder)
v2.2 - July 5, 2020
- Added compatibility for mej's Follow Pokemon script (added a wrong fix before)
- Updated Script Compatibility guide step 1 (July 7, 2020)
v2.1 - July 4, 2020
- Fixed bug where \PN0 wouldn't work if pbSwitchCharacter had not been called yet in-game
v2.0 - June 27, 2020
WARNING! v2.0 is not compatible with the previous versions. This means that you MUST start a new save for testing if you update this script.
In other words, if you've already released a game using an earlier version of this script, then you cannot update to v2.0 without ruining players' old saves.
- Revamped internal structure of how character data is stored
- Added trading between characters (examples in script guide)
- Trade Pokemon 1 for 1 (just like trading with an NPC)
- Send Pokemon from one character to another
- Added script guide section on Script Compatibility
- Includes fix to compatibility issue with mej71's Following Pokemon script
- Added \PN0 - \PN7 to Show Text boxes and end speeches in battle (look in script guide for installation)
- Fixed gsubPN error when compiling trainer events (must be manually fixed following lines 100-102 of this script) (June 30, 2020)
v1.4 - May 20, 2019
- Added registering/battling other characters (look in script guide for examples)
v1.3 - April 6, 2019
- Fixed vehicle sprites not updating on character switch
v1.2 - April 2, 2019
- Fixed game crash on startup due to map name
v1.1 - April 1, 2019
- Added support for \PN0 - \PN7
- Fixed issues with dependency events not updating properly
- Fixed Pokedex data not being stored correctly
v1.0 - February 8, 2019
- Added main script for multiple protagonists mechanic