RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[VX] [REQUEST] Custom biography scene.

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 69
RMRK Junior
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.

***
Rep:
Level 69
RMRK Junior

***
Rep:
Level 69
RMRK Junior
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.

****
Rep:
Level 71
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

***
Rep:
Level 69
RMRK Junior
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.



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.