Character Select Script
#1
Character Select Script
by Selwyn


INTRODUCTION
Selwyn @ HBGames.Org Mon Jun 19, 2006 Wrote:~~requested by Hitomi Kamimura~~

this allows you to make a party by selecting the characters that will be in it.

paste the script in a new section above main


SCREENSHOTS
[Image: chselect.PNG]


SCRIPT
The Script


HOW TO USE
first, you need to decide what characters you will display on the select screen, go in the database and write down the id of the characters you want.
(example : 1 arshes, 7 gloria, etc...)

once you have those number, use the call script command in an event, and write them in that way : (I took some other to have 6 characters)

Code:
ids = [1, 7, 5, 6, 4, 2]
then, you have to decide how many characters the player will be able to add to the party, let's say 4
so add this after the 'ids = ' thing :
Code:
$scene = Scene_CharSelect.new(ids, 4)
which should look like this :
Code:
ids = [1, 7, 5, 6, 4, 2]
$scene = Scene_CharSelect.new(ids, 4)
and that's done.


TERMS AND CONDITIONS
Enjoy, Give Credit.
Reply


Messages In This Thread
Character Select Script - by Selwyn - 03-03-2008, 06:20 AM
RE: Character Select Script - by JayRay - 02-25-2017, 11:51 PM
RE: Character Select Script - by DerVVulfman - 02-26-2017, 04:29 AM
RE: Character Select Script - by JayRay - 03-07-2017, 04:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Script Commands Bug Fixes kyonides 2 861 02-27-2025, 07:24 AM
Last Post: kyonides
   The Steal and Peep Script DerVVulfman 12 2,228 02-19-2025, 07:20 AM
Last Post: Ace_V
   Text Scroll Script - Enhanced DerVVulfman 23 37,906 02-18-2021, 04:16 AM
Last Post: DerVVulfman
   Cursor Script Selwyn 7 17,058 09-28-2019, 02:13 PM
Last Post: DerVVulfman
   ACBS FIX SCRIPT #2: Advanced Cry Correction DerVVulfman 1 5,396 08-09-2019, 03:42 PM
Last Post: aeliath
   ACBS FIX SCRIPT #1: Victory Cries Patch DerVVulfman 1 5,572 08-08-2019, 02:53 PM
Last Post: aeliath
   Spritesheet Generator Conversion Script DerVVulfman 0 4,879 11-21-2018, 04:48 AM
Last Post: DerVVulfman
   Neo Mode 7 Script by MGCaladtogel MGC 59 134,541 09-29-2017, 03:48 AM
Last Post: DerVVulfman
   Longer Script Calls LiTTleDRAgo 0 5,439 05-17-2017, 12:36 AM
Last Post: LiTTleDRAgo
   SLOLS: Snake Look-alike on Load Script Zeriab 3 12,327 05-14-2017, 06:25 PM
Last Post: LiTTleDRAgo



Users browsing this thread: 2 Guest(s)