well, the script does work.
everything is perfect, great script, however, I have no idea how to call the party switch menu with the switcher parameters.
here's what the script says...
# * Syntax :
#
# Open Quick Switcher
# - $scene.open_partyswitcher({<switcher_parameters>})
#
# Open Main Switcher
# - $scene = Scene_Party.new({<switcher_parameters>})
#
# ** Switcher Parameters
# - 'clear' => true or false
# - 'required' => [actor_id, ...]
# - 'restricted' => [actor_id, ...]
# - 'allow_globals' => true or false
# - 'minsize' => n
# - 'maxsize' => n
to call it without any of those parameters, simply have to use $scene = Scene_Party.new
but to include restrictions I have no idea how, i tried the following:
$scene = Scene_Party.new (true, 001, 002, true, 1, 4)
n didnt work.
so in few words:
how can I call the script with the switcher parameters included?
everything is perfect, great script, however, I have no idea how to call the party switch menu with the switcher parameters.
here's what the script says...
# * Syntax :
#
# Open Quick Switcher
# - $scene.open_partyswitcher({<switcher_parameters>})
#
# Open Main Switcher
# - $scene = Scene_Party.new({<switcher_parameters>})
#
# ** Switcher Parameters
# - 'clear' => true or false
# - 'required' => [actor_id, ...]
# - 'restricted' => [actor_id, ...]
# - 'allow_globals' => true or false
# - 'minsize' => n
# - 'maxsize' => n
to call it without any of those parameters, simply have to use $scene = Scene_Party.new
but to include restrictions I have no idea how, i tried the following:
$scene = Scene_Party.new (true, 001, 002, true, 1, 4)
n didnt work.
so in few words:
how can I call the script with the switcher parameters included?