The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: thanatos2k1 on October 22, 2011, 07:48:40 AM

Title: [VX] [REQUEST] Custom biography scene.
Post by: thanatos2k1 on October 22, 2011, 07:48:40 AM
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.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi53.tinypic.com%2F6ius7k.png&hash=d743ec83d6fdb5869de7f803dc922e911c3ba4e9)

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.
Title: Re: [VX] [REQUEST] Custom biography scene.
Post by: thanatos2k1 on October 25, 2011, 10:39:04 AM
bump
Title: Re: [VX] [REQUEST] Custom biography scene.
Post by: thanatos2k1 on October 27, 2011, 02:16:55 AM
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.
Title: Re: [VX] [REQUEST] Custom biography scene.
Post by: DoctorTodd on October 29, 2011, 02:33:10 AM
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 (http://filefactory.com/file/cfa3d0b/n/Attribute_System_3.exe)
Title: Re: [VX] [REQUEST] Custom biography scene.
Post by: thanatos2k1 on October 29, 2011, 04:44:15 PM
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.