Simple Quest objective reminder. . .

● ARCHIVED · READ-ONLY
Started by Hayden 5 posts View original ↗
  1. Just wondering if something is possible. I want to have an objective reminder when the player pauses the game. I don't want to use a full blown quest journal like Yanfly's one because my game isn't that complex and I just don't need it. I've attached an image. I want to just have a line with the current objective up the top.

    Is this possible somehow?

    upload_2018-11-19_8-26-36.png
  2. Yes, it is possible.

    It just involves creating another window in the menu. However, it does not look like you are using the default menu, so you should describe what you've done to change the menu already, otherwise, things that people suggest may not work.
  3. Possible, yes, but only with coding.

    I've moved this thread to Plug-In Requests. Thank you.

  4. Aloe Guvner said:
    Yes, it is possible.

    It just involves creating another window in the menu. However, it does not look like you are using the default menu, so you should describe what you've done to change the menu already, otherwise, things that people suggest may not work.

    Ah, sorry. I'm using Yanfly's main menu plugin to strip away a lot of the stuff I don't need.
  5. I don't know what plugin you're talking about but if you wanted to add this yourself you could just create an instance of Window_Base and have the refresh method draw text from a variable, and you can keep the variable up-to-date with the current quest.