[Yanfly's Message Backlog] Can you prevent single messages from logging?

● ARCHIVED · READ-ONLY
Started by ScreampunkArts 4 posts View original ↗
  1. This is a snippet of the event I'm having trouble with:

    upload_2018-11-6_18-16-22.png

    By my understanding, using DisableMessageLogging should prevent the "I couldn't really afford" line from being recorded in the message log, followed by an ominous screen effect, then "I don't really like AI" should be recorded as it follows EnableMessageLogging.
    Yet, when I test it, "I couldn't really afford" is still recorded in the message log regardless.

    What am I doing wrong?
    Is there a way to prevent a single message from being recorded?
  2. Congrats looks like you found a bug. :p:thumbsup-right:

    After testing this out myself... you are correct.
    Sure enough it wasn't working correctly so after looking into the code I found a small problem in the "addMessageBacklog" function of the Game_System object.

    Anyways... enough blah blah blah...

    Wrote a small little patch (click here to download) to squash that bug for ya. :cutesmile:

    Place this under Yanfly's Message Backlog :)

    Let me know how it goes. Should work like a charm now.
  3. ct_bolt said:
    Congrats looks like you found a bug. :p:thumbsup-right:

    After testing this out myself... you are correct.
    Sure enough it wasn't working correctly so after looking into the code I found a small problem in the "addMessageBacklog" function of the Game_System object.

    Anyways... enough blah blah blah...

    Wrote a small little patch (click here to download) to squash that bug for ya. :cutesmile:

    Place this under Yanfly's Message Backlog :)

    Let me know how it goes. Should work like a charm now.

    That's brilliant! Thanks so much~<3
  4. ScreampunkArts said:
    That's brilliant! Thanks so much~<3
    No prob! Happy to help! :cutesmile: