Main Menu
  • Welcome to The RPG Maker Resource Kit.

[VX] [REQUEST] Custom biography scene.

Started by thanatos2k1, October 22, 2011, 07:48:40 AM

0 Members and 1 Guest are viewing this topic.

thanatos2k1

I'm looking to create a biography scene that can be called through an event..  I don't know how difficult it would be but I would like it as user friendly as possible where I can add the information in.



The window should be called by talking to an NPC, the names on the left should be selectable,
and the biography should be formatted nicely.  I saw a biography script like this but it only worked for actors.  Ideally I would like it to be user friendly where I can plug in information, and the names should only be displayed after a certain variable is reached such as

if $game.variable[16] = 32 then display these names:
Ralph
King Greyhem
Hiro

if $game.variable[16] = 33 then display these names:
Ralph
King Greyhem
Hiro
Kefka

if $game.variable[16] = 32 then display these names:
Ralph
King Greyhem
Hiro
Ulrika
Kefka

Please let me know if anyone can help.


thanatos2k1

If anyone can help with this I can trade artwork or even pay some cash (within reason).  I just really need this for my game and I want to implement it before I have to sit down for nine hours and do all the biographies. Let me know if you can help.

DoctorTodd

Use this, it adds a attribute system, as well as boosts up the status scene. It adds a biography thing as well as other things. You don't need the attribute system i can remove it (i think) if you need me to. http://filefactory.com/file/cfa3d0b/n/Attribute_System_3.exe

thanatos2k1

I've seen similar scripts like this, however, what I'm looking for is a free standing biography scene that can be called from talking to events or npcs, that displays not only the actors biographies, but biographies of npcs and different characters throughout the game.


Quote from: thanatos2k1 on October 22, 2011, 07:48:40 AM

The window should be called by talking to an NPC, the names on the left should be selectable,
and the biography should be formatted nicely.  I saw a biography script like this but it only worked for actors.  Ideally I would like it to be user friendly where I can plug in information, and the names should only be displayed after a certain variable is reached such as

if $game.variable[16] = 32 then display these names:
Ralph
King Greyhem
Hiro

if $game.variable[16] = 33 then display these names:
Ralph
King Greyhem
Hiro
Kefka

if $game.variable[16] = 32 then display these names:
Ralph
King Greyhem
Hiro
Ulrika
Kefka

Please let me know if anyone can help.