04-11-2013, 04:12 PM
Within the script, it displayed
So when you are in the menu and are satisfied with the parties, hit the 'A' key on your keyboard (set by Input::X). That takes you out and your party is split in two. To switch between the parties, hit the 'D' key on your keyboard (set by the Input::Z).
There's very little to read in this script, but this was right there at the top.
Minor Note: Having been created in 2005, this script (being 8years old at the time of this post) is likely the oldest party splitting script for RPGMaker XP on record.
Code:
# --Configurables--
# This determines what keys are used by the system.
# Note: Input::Z = the 'D' button, and
# Input::Z = the 'A' button on your keyboard.
#
SWITCH_PARTY = Input::Z # Key to change parties on the map.
FINISH_PARTY = Input::X # Key to finalize parties on the splitting menu.There's very little to read in this script, but this was right there at the top.
Minor Note: Having been created in 2005, this script (being 8years old at the time of this post) is likely the oldest party splitting script for RPGMaker XP on record.

![[Image: QrnbKlx.jpg]](https://i.imgur.com/QrnbKlx.jpg)
![[Image: sGz1ErF.png]](https://i.imgur.com/sGz1ErF.png)
![[Image: liM4ikn.png]](https://i.imgur.com/liM4ikn.png)
![[Image: fdzKgZA.png]](https://i.imgur.com/fdzKgZA.png)
![[Image: sj0H81z.png]](https://i.imgur.com/sj0H81z.png)
![[Image: QL7oRau.png]](https://i.imgur.com/QL7oRau.png)
![[Image: uSqjY09.png]](https://i.imgur.com/uSqjY09.png)
![[Image: GAA3qE9.png]](https://i.imgur.com/GAA3qE9.png)
![[Image: 2Hmnx1G.png]](https://i.imgur.com/2Hmnx1G.png)
![[Image: BwtNdKw.png%5B]](https://i.imgur.com/BwtNdKw.png%5B)