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.