In theory, that is possible. TheThis plugin looks really good and meets my really specific design interests, but I've looked and found it to be missing oen thing I think would make it be useful compared to most other Quest UIs; would there be a way to modify the Quest Description field to support multiple stages as well? Like, have it so the most recent description shows up above the second most recent, and so on and such forth, until it goes all the way back to the first stage. An example of this can be seen in Final Fantasy XIV's Quest Interface where it does this when you reach the next part of a quest.
getStageDescription
method is already used to show the current stage's description, so it would just be a matter of looping over all previous stages. As for displaying the descriptions of all previous stages, that would need some work. If a quest has lots of stages, I think a scrolling window, using class Window_DrawableCommand
, would be used. Would a third page for a particular quest's summary, therefore, be needed? I'm not sure, I'm just thinking and typing. Do you have a mock-up of how you imagine this looking?