Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 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
   Character's Dash Animation kyonides 0 199 04-08-2024, 03:50 AM
Last Post: kyonides
   Select Key Item ACE kyonides 0 267 03-22-2024, 05:49 PM
Last Post: kyonides
   Text Scroll Script - Enhanced DerVVulfman 23 30,186 02-18-2021, 04:16 AM
Last Post: DerVVulfman
   Cursor Script Selwyn 7 13,315 09-28-2019, 02:13 PM
Last Post: DerVVulfman
   ACBS FIX SCRIPT #2: Advanced Cry Correction DerVVulfman 1 4,025 08-09-2019, 03:42 PM
Last Post: aeliath
   ACBS FIX SCRIPT #1: Victory Cries Patch DerVVulfman 1 3,989 08-08-2019, 02:53 PM
Last Post: aeliath
   Archived Script Listings DerVVulfman 9 34,157 01-08-2019, 04:27 AM
Last Post: DerVVulfman
   Spritesheet Generator Conversion Script DerVVulfman 0 3,666 11-21-2018, 04:48 AM
Last Post: DerVVulfman
   Neo Mode 7 Script by MGCaladtogel MGC 59 112,430 09-29-2017, 03:48 AM
Last Post: DerVVulfman
   Longer Script Calls LiTTleDRAgo 0 4,436 05-17-2017, 12:36 AM
Last Post: LiTTleDRAgo



Users browsing this thread: