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.